Skip to content

Commit

Permalink
1.1.0.6 update spring and depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG committed Feb 28, 2024
1 parent 18d215e commit 21d25d5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion crud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.5.9</version>
<version>1.1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exceptions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.5.9</version>
<version>1.1.0.6</version>
</parent>

<groupId>com.funixproductions.core.exceptions</groupId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.5.9</version>
<version>1.1.0.6</version>
<name>funixproductions-core</name>
<description>funixproductions-core for all company projects</description>
<url>https://github.com/FunixProductions/spring-core</url>
Expand All @@ -29,7 +29,7 @@

<properties>
<java.version>17</java.version>
<com.funixproductions.core.version>1.1.0.5.9</com.funixproductions.core.version>
<com.funixproductions.core.version>1.1.0.6</com.funixproductions.core.version>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<com.google.guava.version>33.0.0-jre</com.google.guava.version>
Expand All @@ -50,16 +50,16 @@
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<maven.compiler.version>3.12.1</maven.compiler.version>
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api -->
<io.jsonwebtoken.version>0.12.3</io.jsonwebtoken.version>
<io.jsonwebtoken.version>0.12.5</io.jsonwebtoken.version>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor -->
<org.springframework.boot.annotation.version>3.2.3</org.springframework.boot.annotation.version>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<org.postgresql.version>42.7.1</org.postgresql.version>
<org.postgresql.version>42.7.2</org.postgresql.version>
<!-- https://mvnrepository.com/artifact/org.flywaydb/flyway-maven-plugin -->
<org.flywaydb.version>10.6.0</org.flywaydb.version>
<org.flywaydb.version>10.8.1</org.flywaydb.version>
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
<org.apache.pdfbox.version>3.0.1</org.apache.pdfbox.version>
<!-- https://mvnrepository.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta/7.3.0 -->
<!-- https://mvnrepository.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta -->
<io.sentry.version>7.4.0</io.sentry.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.5.9</version>
<version>1.1.0.6</version>
</parent>

<groupId>com.funixproductions.core.files</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.5.9</version>
<version>1.1.0.6</version>
</parent>

<groupId>com.funixproductions.core.test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.5.9</version>
<version>1.1.0.6</version>
</parent>

<groupId>com.funixproductions.core.tools</groupId>
Expand Down

0 comments on commit 21d25d5

Please sign in to comment.