|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>2.7.1</version> |
| 9 | + <version>2.7.18</version> |
10 | 10 | </parent> |
11 | 11 | <groupId>org.owasp.webgoat</groupId> |
12 | 12 | <artifactId>webgoat</artifactId> |
|
112 | 112 | <!-- Shared properties with plugins and version numbers across submodules--> |
113 | 113 | <asciidoctorj.version>2.5.3</asciidoctorj.version> |
114 | 114 | <bootstrap.version>3.3.7</bootstrap.version> |
115 | | - <cglib.version>2.2</cglib.version> |
| 115 | + <cglib.version>2.2.2</cglib.version> |
116 | 116 | <!-- do not update necessary for lesson --> |
117 | | - <checkstyle.version>3.1.2</checkstyle.version> |
| 117 | + <checkstyle.version>3.5.0</checkstyle.version> |
118 | 118 | <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> |
120 | 120 | <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> |
122 | 122 | <guava.version>30.1-jre</guava.version> |
123 | 123 | <java.version>17</java.version> |
124 | 124 | <jjwt.version>0.9.1</jjwt.version> |
125 | | - <jose4j.version>0.7.6</jose4j.version> |
| 125 | + <jose4j.version>0.9.6</jose4j.version> |
126 | 126 | <jquery.version>3.5.1</jquery.version> |
127 | | - <jsoup.version>1.14.3</jsoup.version> |
| 127 | + <jsoup.version>1.18.1</jsoup.version> |
128 | 128 | <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
129 | 129 | <maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version> |
130 | 130 | <maven-jar-plugin.version>3.1.2</maven-jar-plugin.version> |
131 | 131 | <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version> |
132 | 132 | <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> |
134 | 134 | <maven.compiler.source>17</maven.compiler.source> |
135 | 135 | <maven.compiler.target>17</maven.compiler.target> |
136 | 136 | <pmd.version>3.15.0</pmd.version> |
137 | 137 | <!-- Use UTF-8 Encoding --> |
138 | 138 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
139 | 139 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
140 | 140 | <thymeleaf.version>3.0.15.RELEASE</thymeleaf.version> |
141 | | - <webdriver.version>4.3.1</webdriver.version> |
| 141 | + <webdriver.version>4.4.3</webdriver.version> |
142 | 142 | <webgoat.port>8080</webgoat.port> |
143 | 143 | <webwolf.port>9090</webwolf.port> |
144 | 144 | <wiremock.version>2.27.2</wiremock.version> |
145 | 145 | <xml-resolver.version>1.2</xml-resolver.version> |
146 | 146 | <xstream.version>1.4.5</xstream.version> |
147 | 147 | <!-- do not update necessary for lesson --> |
148 | | - <zxcvbn.version>1.5.2</zxcvbn.version> |
| 148 | + <zxcvbn.version>1.9.0</zxcvbn.version> |
149 | 149 | </properties> |
150 | 150 |
|
151 | 151 | <dependencyManagement> |
|
154 | 154 | <dependency> |
155 | 155 | <groupId>org.ow2.asm</groupId> |
156 | 156 | <artifactId>asm</artifactId> |
157 | | - <version>9.1</version> |
| 157 | + <version>9.7.1</version> |
158 | 158 | </dependency> |
159 | 159 |
|
160 | 160 | <dependency> |
|
241 | 241 | <dependency> |
242 | 242 | <groupId>org.apache.commons</groupId> |
243 | 243 | <artifactId>commons-compress</artifactId> |
244 | | - <version>1.21</version> |
| 244 | + <version>1.27.1</version> |
245 | 245 | </dependency> |
246 | 246 | <dependency> |
247 | 247 | <groupId>org.jruby</groupId> |
|
514 | 514 | <plugin> |
515 | 515 | <groupId>com.diffplug.spotless</groupId> |
516 | 516 | <artifactId>spotless-maven-plugin</artifactId> |
517 | | - <version>2.29.0</version> |
| 517 | + <version>2.43.0</version> |
518 | 518 | <configuration> |
519 | 519 | <formats> |
520 | 520 | <format> |
|
575 | 575 | <plugin> |
576 | 576 | <groupId>org.apache.maven.plugins</groupId> |
577 | 577 | <artifactId>maven-enforcer-plugin</artifactId> |
578 | | - <version>3.0.0</version> |
| 578 | + <version>3.5.0</version> |
579 | 579 | <executions> |
580 | 580 | <execution> |
581 | 581 | <id>restrict-log4j-versions</id> |
|
0 commit comments