Skip to content

Instantly share code, notes, and snippets.

@jay-babu
Created February 6, 2025 05:48
Show Gist options
  • Save jay-babu/f90e4ccfb5fb5790c92b4017ba831419 to your computer and use it in GitHub Desktop.
Save jay-babu/f90e4ccfb5fb5790c92b4017ba831419 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index f3a43b67..0123aa9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.3.5</version>
+ <version>3.4.2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.transformity</groupId>
@@ -19,9 +19,9 @@
<gson-fire.version>1.9.0</gson-fire.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
- <mapstruct.version>1.6.2</mapstruct.version>
+ <mapstruct.version>1.6.3</mapstruct.version>
<mockkVersion>1.13.16</mockkVersion>
- <twilio.version>10.6.4</twilio.version>
+ <twilio.version>10.6.8</twilio.version>
<websocket-model.version>1.0.1</websocket-model.version>
</properties>
<repositories>
@@ -48,7 +48,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
- <version>2.29.24</version>
+ <version>2.30.13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -68,7 +68,7 @@
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-bom</artifactId>
- <version>11.0.0-M3</version>
+ <version>11.0.0-M4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-bom</artifactId>
- <version>3.9.0</version>
+ <version>3.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -247,7 +247,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
- <version>2.2.22</version>
+ <version>2.2.28</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
@@ -273,7 +273,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
- <version>2.6.0</version>
+ <version>2.8.4</version>
</dependency>
<dependency>
@@ -317,12 +317,6 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
- <dependency>
- <groupId>org.instancio</groupId>
- <artifactId>instancio-junit</artifactId>
- <version>5.0.2</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
@@ -338,7 +332,7 @@
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
- <version>9.4.1</version>
+ <version>9.4.3</version>
</dependency>
<!--
@@ -358,7 +352,7 @@
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-63</artifactId>
- <version>3.9.0</version>
+ <version>3.9.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hibernate.orm/hibernate-jcache -->
@@ -479,7 +473,7 @@
<dependency>
<groupId>software.amazon.opentelemetry</groupId>
<artifactId>aws-opentelemetry-agent</artifactId>
- <version>1.32.3</version>
+ <version>1.33.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/cloudwatch -->
@@ -503,7 +497,7 @@
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
- <version>1.55.0</version>
+ <version>1.79.0</version>
</dependency>
<dependency>
<groupId>org.casbin</groupId>
@@ -526,13 +520,13 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-okhttp</artifactId>
- <version>7.18.1</version>
+ <version>8.1.0</version>
</dependency>
<dependency>
<groupId>com.turkraft.springfilter</groupId>
<artifactId>jpa</artifactId>
- <version>3.1.7</version>
+ <version>3.1.9</version>
</dependency>
<dependency>
@@ -548,14 +542,14 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.1</version>
+ <version>2.18.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-csv -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.11.0</version>
+ <version>1.13.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json -->
@@ -597,8 +591,8 @@
<configuration>
<jvmArguments>
-Xms1g
- -Xmx3g
- -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
+ -Xmx4g
+ -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
</jvmArguments>
<profiles>
<profile>local</profile>
@@ -622,7 +616,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
- <version>7.8.0</version>
+ <version>7.11.0</version>
<executions>
<execution>
<goals>
@@ -744,7 +738,7 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.64</version>
+ <version>3.0.67</version>
<dependencies>
<!-- https://github.com/swagger-api/swagger-codegen/issues/10966 -->
<dependency>
@@ -783,7 +777,7 @@
<plugin>
<groupId>io.sentry</groupId>
<artifactId>sentry-maven-plugin</artifactId>
- <version>0.0.8</version>
+ <version>0.2.0</version>
<extensions>true</extensions>
<configuration>
<!-- for showing output of sentry-cli -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment