|
7 | 7 | <parent> |
8 | 8 | <groupId>org.springframework.boot</groupId> |
9 | 9 | <artifactId>spring-boot-starter-parent</artifactId> |
10 | | - <version>3.4.2</version> |
| 10 | + <version>3.4.3</version> |
11 | 11 | <relativePath/> |
12 | 12 | </parent> |
13 | 13 |
|
14 | 14 | <groupId>com.funixproductions.core</groupId> |
15 | 15 | <artifactId>funixproductions-core</artifactId> |
16 | | - <version>1.2.1.0</version> |
| 16 | + <version>1.2.2</version> |
17 | 17 | <name>funixproductions-core</name> |
18 | 18 | <description>funixproductions-core for all company projects</description> |
19 | 19 | <url>https://github.com/FunixProductions/spring-core</url> |
|
29 | 29 |
|
30 | 30 | <properties> |
31 | 31 | <java.version>21</java.version> |
32 | | - <com.funixproductions.core.version>1.2.1.0</com.funixproductions.core.version> |
| 32 | + <com.funixproductions.core.version>1.2.2</com.funixproductions.core.version> |
33 | 33 |
|
34 | 34 | <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> |
35 | 35 | <com.google.guava.version>33.4.0-jre</com.google.guava.version> |
|
49 | 49 | <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> |
50 | 50 | <io.jsonwebtoken.version>0.12.6</io.jsonwebtoken.version> |
51 | 51 | <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor --> |
52 | | - <org.springframework.boot.annotation.version>3.4.2</org.springframework.boot.annotation.version> |
| 52 | + <org.springframework.boot.annotation.version>3.4.3</org.springframework.boot.annotation.version> |
53 | 53 | <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
54 | 54 | <org.postgresql.version>42.7.5</org.postgresql.version> |
55 | 55 | <!-- https://mvnrepository.com/artifact/org.flywaydb/flyway-maven-plugin --> |
56 | | - <org.flywaydb.version>11.3.1</org.flywaydb.version> |
| 56 | + <org.flywaydb.version>11.3.4</org.flywaydb.version> |
57 | 57 | <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox --> |
58 | 58 | <org.apache.pdfbox.version>3.0.4</org.apache.pdfbox.version> |
59 | 59 | <!-- https://mvnrepository.com/artifact/io.sentry/sentry-spring-boot-starter-jakarta --> |
|
0 commit comments