Skip to content

Commit

Permalink
bumped spring boot dependencies and infobip testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
lpandzic committed Oct 21, 2024
1 parent 42da787 commit 7f8086a
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 @@ -65,10 +65,10 @@

<properties>
<!-- DEPENDENCY VERSIONS -->
<spring-boot.version>3.2.2</spring-boot.version>
<spring-boot.version>3.3.4</spring-boot.version>
<querydsl.version>5.1.0</querydsl.version>

<infobip-testcontainers.version>4.3.2</infobip-testcontainers.version>
<infobip-testcontainers.version>4.3.4</infobip-testcontainers.version>

<auto-service.version>1.0.1</auto-service.version>

Expand All @@ -85,7 +85,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>

<kotlin.version>1.8.0</kotlin.version>
<kotlin.version>1.9.0</kotlin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 7f8086a

Please sign in to comment.