| 
7 | 7 |     <parent>  | 
8 | 8 |         <groupId>org.springframework.boot</groupId>  | 
9 | 9 |         <artifactId>spring-boot-starter-parent</artifactId>  | 
10 |  | -        <version>3.4.3</version>  | 
 | 10 | +        <version>3.4.4</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.2</version>  | 
 | 16 | +    <version>1.2.3</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.2</com.funixproductions.core.version>  | 
 | 32 | +        <com.funixproductions.core.version>1.2.3</com.funixproductions.core.version>  | 
33 | 33 | 
 
  | 
34 | 34 |         <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->  | 
35 | 35 |         <com.google.guava.version>33.4.6-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.3</org.springframework.boot.annotation.version>  | 
 | 52 | +        <org.springframework.boot.annotation.version>3.4.4</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 -->  | 
 | 
0 commit comments