Skip to content

Commit

Permalink
Merge pull request #156 from brandonfl/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
brandonfl authored Aug 10, 2024
2 parents 9844455 + 36b3adc commit d87e73f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
</parent>

<properties>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
</dependency>

<dependency>
Expand All @@ -49,14 +49,14 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
<optional>true</optional>
</dependency>

Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>

Expand All @@ -94,14 +94,14 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.224</version>
<version>2.3.230</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.0.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.liquibase/liquibase-core -->
Expand All @@ -121,7 +121,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
<version>7.9.0</version>
<version>7.13.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -153,7 +153,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d87e73f

Please sign in to comment.