Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.apache.httpcomponents.c…
Browse files Browse the repository at this point in the history
…lient5-httpclient5-5.4.2
  • Loading branch information
kuntzed authored Feb 3, 2025
2 parents 2777559 + e12bcea commit 79432ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
<!-- make sure that spring core and spring boot versions are compatible-->
<spring.boot.version>3.4.1</spring.boot.version>
<spring.core.version>6.2.1</spring.core.version>
<spring.core.version>6.2.2</spring.core.version>
<spring.security.version>6.4.2</spring.security.version>
<spring.security.oauth2.version>2.5.2.RELEASE</spring.security.oauth2.version>
<spring.security.jwt.version>1.1.1.RELEASE</spring.security.jwt.version>
<org.eclipse.jetty.version>12.0.16</org.eclipse.jetty.version>
<reactor.version>3.7.1</reactor.version>
<reactor.version>3.7.2</reactor.version>
<log4j2.version>2.24.3</log4j2.version>
<slf4j.api.version>2.0.16</slf4j.api.version> <!--see also here http://www.slf4j.org/faq.html#changesInVersion18 -->
<org.json.version>20250107</org.json.version>
Expand All @@ -77,7 +77,7 @@
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<maven-surefire-plugin>3.5.2</maven-surefire-plugin>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>5.14.2</mockito.version>
<mockito.version>5.15.2</mockito.version>
<assertj.version>3.27.2</assertj.version>
<wiremock.version>3.10.0</wiremock.version>
<reactor.test.version>3.7.1</reactor.test.version>
Expand Down

0 comments on commit 79432ef

Please sign in to comment.