Skip to content

Commit e0080d2

Browse files
Update Mend: high confidence minor and patch dependency updates
1 parent 9b7c6fb commit e0080d2

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"grunt": "^1.0.1",
1818
"grunt-cli": "^1.2.0",
1919
"underscore": "^1.8.3",
20-
"event-source-polyfill": "1.0.26",
20+
"event-source-polyfill": "1.0.31",
2121
"faker": "5.5.3"
2222
}
2323
}

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.1</version>
9+
<version>2.7.18</version>
1010
</parent>
1111
<groupId>org.owasp.webgoat</groupId>
1212
<artifactId>webgoat</artifactId>
@@ -112,40 +112,40 @@
112112
<!-- Shared properties with plugins and version numbers across submodules-->
113113
<asciidoctorj.version>2.5.3</asciidoctorj.version>
114114
<bootstrap.version>3.3.7</bootstrap.version>
115-
<cglib.version>2.2</cglib.version>
115+
<cglib.version>2.2.2</cglib.version>
116116
<!-- do not update necessary for lesson -->
117-
<checkstyle.version>3.1.2</checkstyle.version>
117+
<checkstyle.version>3.5.0</checkstyle.version>
118118
<commons-collections.version>3.2.1</commons-collections.version>
119-
<commons-io.version>2.6</commons-io.version>
119+
<commons-io.version>2.17.0</commons-io.version>
120120
<commons-lang3.version>3.12.0</commons-lang3.version>
121-
<commons-text.version>1.9</commons-text.version>
121+
<commons-text.version>1.12.0</commons-text.version>
122122
<guava.version>30.1-jre</guava.version>
123123
<java.version>17</java.version>
124124
<jjwt.version>0.9.1</jjwt.version>
125-
<jose4j.version>0.7.6</jose4j.version>
125+
<jose4j.version>0.9.6</jose4j.version>
126126
<jquery.version>3.5.1</jquery.version>
127-
<jsoup.version>1.14.3</jsoup.version>
127+
<jsoup.version>1.18.1</jsoup.version>
128128
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
129129
<maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
130130
<maven-jar-plugin.version>3.1.2</maven-jar-plugin.version>
131131
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
132132
<maven-source-plugin.version>3.1.0</maven-source-plugin.version>
133-
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
133+
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
134134
<maven.compiler.source>17</maven.compiler.source>
135135
<maven.compiler.target>17</maven.compiler.target>
136136
<pmd.version>3.15.0</pmd.version>
137137
<!-- Use UTF-8 Encoding -->
138138
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
139139
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
140140
<thymeleaf.version>3.0.15.RELEASE</thymeleaf.version>
141-
<webdriver.version>4.3.1</webdriver.version>
141+
<webdriver.version>4.4.3</webdriver.version>
142142
<webgoat.port>8080</webgoat.port>
143143
<webwolf.port>9090</webwolf.port>
144144
<wiremock.version>2.27.2</wiremock.version>
145145
<xml-resolver.version>1.2</xml-resolver.version>
146146
<xstream.version>1.4.5</xstream.version>
147147
<!-- do not update necessary for lesson -->
148-
<zxcvbn.version>1.5.2</zxcvbn.version>
148+
<zxcvbn.version>1.9.0</zxcvbn.version>
149149
</properties>
150150

151151
<dependencyManagement>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.ow2.asm</groupId>
156156
<artifactId>asm</artifactId>
157-
<version>9.1</version>
157+
<version>9.7.1</version>
158158
</dependency>
159159

160160
<dependency>
@@ -241,7 +241,7 @@
241241
<dependency>
242242
<groupId>org.apache.commons</groupId>
243243
<artifactId>commons-compress</artifactId>
244-
<version>1.21</version>
244+
<version>1.27.1</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.jruby</groupId>
@@ -514,7 +514,7 @@
514514
<plugin>
515515
<groupId>com.diffplug.spotless</groupId>
516516
<artifactId>spotless-maven-plugin</artifactId>
517-
<version>2.29.0</version>
517+
<version>2.43.0</version>
518518
<configuration>
519519
<formats>
520520
<format>
@@ -575,7 +575,7 @@
575575
<plugin>
576576
<groupId>org.apache.maven.plugins</groupId>
577577
<artifactId>maven-enforcer-plugin</artifactId>
578-
<version>3.0.0</version>
578+
<version>3.5.0</version>
579579
<executions>
580580
<execution>
581581
<id>restrict-log4j-versions</id>

0 commit comments

Comments
 (0)