|
7 | 7 | <parent> |
8 | 8 | <groupId>org.springframework.boot</groupId> |
9 | 9 | <artifactId>spring-boot-starter-parent</artifactId> |
10 | | - <version>3.3.5</version> |
| 10 | + <version>3.4.0</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.1.3.3</version> |
| 16 | + <version>1.2.0.0</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.1.3.3</com.funixproductions.core.version> |
| 32 | + <com.funixproductions.core.version>1.2.0.0</com.funixproductions.core.version> |
33 | 33 |
|
34 | 34 | <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> |
35 | 35 | <com.google.guava.version>33.3.1-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.3.5</org.springframework.boot.annotation.version> |
| 52 | + <org.springframework.boot.annotation.version>3.4.0</org.springframework.boot.annotation.version> |
53 | 53 | <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
54 | 54 | <org.postgresql.version>42.7.4</org.postgresql.version> |
55 | 55 | <!-- https://mvnrepository.com/artifact/org.flywaydb/flyway-maven-plugin --> |
|
108 | 108 | <dependency> |
109 | 109 | <groupId>org.springframework.cloud</groupId> |
110 | 110 | <artifactId>spring-cloud-dependencies</artifactId> |
111 | | - <version>2023.0.2</version> |
| 111 | + <version>2024.0.0</version> |
112 | 112 | <type>pom</type> |
113 | 113 | <scope>import</scope> |
114 | 114 | </dependency> |
|
0 commit comments