From 5491099a63a32fdf8d20cb09a4de263d62f6edab Mon Sep 17 00:00:00 2001 From: Neha Verma Date: Mon, 18 Nov 2024 17:32:35 +0530 Subject: [PATCH] Update pom.xml --- udacity-jwdnd-c1-l5-junit-and-selenium-master/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/udacity-jwdnd-c1-l5-junit-and-selenium-master/pom.xml b/udacity-jwdnd-c1-l5-junit-and-selenium-master/pom.xml index 325c0db..74289c5 100644 --- a/udacity-jwdnd-c1-l5-junit-and-selenium-master/pom.xml +++ b/udacity-jwdnd-c1-l5-junit-and-selenium-master/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.7.RELEASE + 3.3.5 com.udacity.jwdnd.C1.L5 @@ -15,7 +15,7 @@ Demo project for Spring Boot - 11 + 21 @@ -49,13 +49,12 @@ org.seleniumhq.selenium selenium-java - 3.141.59 test io.github.bonigarcia webdrivermanager - 3.8.1 + 5.9.2 test