|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.springframework.boot</groupId>
|
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 |
| - <version>2.6.5</version> |
| 8 | + <version>2.7.4</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository -->
|
10 | 10 | </parent>
|
11 | 11 | <groupId>com.changenode</groupId>
|
|
16 | 16 | <properties>
|
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
18 | 18 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
19 |
| - <java.version>16</java.version> |
| 19 | + <java.version>17</java.version> |
20 | 20 | <!--suppress UnresolvedMavenProperty -->
|
21 | 21 | <supabase.database.url>${env.SUPABASE_DATABASE_URL}</supabase.database.url>
|
22 | 22 | <!--suppress UnresolvedMavenProperty -->
|
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.postgresql</groupId>
|
72 | 72 | <artifactId>postgresql</artifactId>
|
73 |
| - <version>42.3.3</version> |
| 73 | + <version>42.5.0</version> |
74 | 74 | </dependency>
|
75 | 75 |
|
76 | 76 | <!-- Layouts -->
|
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>org.assertj</groupId>
|
105 | 105 | <artifactId>assertj-core</artifactId>
|
106 |
| - <version>3.22.0</version> |
| 106 | + <version>3.23.1</version> |
107 | 107 | <scope>test</scope>
|
108 | 108 | </dependency>
|
109 | 109 |
|
110 | 110 | <!-- JWT https://github.com/jwtk/jjwt -->
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>io.jsonwebtoken</groupId>
|
113 | 113 | <artifactId>jjwt-api</artifactId>
|
114 |
| - <version>0.11.2</version> |
| 114 | + <version>0.11.5</version> |
115 | 115 | </dependency>
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>io.jsonwebtoken</groupId>
|
118 | 118 | <artifactId>jjwt-impl</artifactId>
|
119 |
| - <version>0.11.2</version> |
| 119 | + <version>0.11.5</version> |
120 | 120 | <scope>runtime</scope>
|
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>io.jsonwebtoken</groupId>
|
124 | 124 | <artifactId>jjwt-jackson</artifactId> <!-- or jjwt-gson if Gson is preferred -->
|
125 |
| - <version>0.11.2</version> |
| 125 | + <version>0.11.5</version> |
126 | 126 | <scope>runtime</scope>
|
127 | 127 | </dependency>
|
128 | 128 |
|
129 | 129 | <!-- WebJARs -->
|
130 | 130 | <dependency>
|
131 | 131 | <groupId>org.webjars</groupId>
|
132 | 132 | <artifactId>bootstrap</artifactId>
|
133 |
| - <version>5.1.3</version> |
| 133 | + <version>5.2.2</version> |
134 | 134 | </dependency>
|
135 | 135 | <dependency>
|
136 | 136 | <groupId>org.webjars.npm</groupId>
|
137 | 137 | <artifactId>bootstrap-icons</artifactId>
|
138 |
| - <version>1.8.1</version> |
| 138 | + <version>1.9.1</version> |
139 | 139 | </dependency>
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>org.webjars</groupId>
|
142 | 142 | <artifactId>webjars-locator-core</artifactId>
|
143 |
| - <version>0.50</version> |
| 143 | + <version>0.52</version> |
144 | 144 | </dependency>
|
145 | 145 | <dependency>
|
146 | 146 | <groupId>org.webjars.npm</groupId>
|
147 | 147 | <artifactId>htmx.org</artifactId>
|
148 |
| - <version>1.7.0</version> |
| 148 | + <version>1.8.0</version> |
149 | 149 | </dependency>
|
150 | 150 | <dependency>
|
151 | 151 | <groupId>org.webjars.npm</groupId>
|
152 | 152 | <artifactId>hyperscript.org</artifactId>
|
153 |
| - <version>0.9.5</version> |
| 153 | + <version>0.9.7</version> |
154 | 154 | </dependency>
|
155 | 155 | </dependencies>
|
156 | 156 |
|
|
0 commit comments