Skip to content

Commit 25ef392

Browse files
committed
Version bumps
1 parent 3f7598c commit 25ef392

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.6.5</version>
8+
<version>2.7.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.changenode</groupId>
@@ -16,7 +16,7 @@
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19-
<java.version>16</java.version>
19+
<java.version>17</java.version>
2020
<!--suppress UnresolvedMavenProperty -->
2121
<supabase.database.url>${env.SUPABASE_DATABASE_URL}</supabase.database.url>
2222
<!--suppress UnresolvedMavenProperty -->
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.postgresql</groupId>
7272
<artifactId>postgresql</artifactId>
73-
<version>42.3.3</version>
73+
<version>42.5.0</version>
7474
</dependency>
7575

7676
<!-- Layouts -->
@@ -103,54 +103,54 @@
103103
<dependency>
104104
<groupId>org.assertj</groupId>
105105
<artifactId>assertj-core</artifactId>
106-
<version>3.22.0</version>
106+
<version>3.23.1</version>
107107
<scope>test</scope>
108108
</dependency>
109109

110110
<!-- JWT https://github.com/jwtk/jjwt -->
111111
<dependency>
112112
<groupId>io.jsonwebtoken</groupId>
113113
<artifactId>jjwt-api</artifactId>
114-
<version>0.11.2</version>
114+
<version>0.11.5</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.jsonwebtoken</groupId>
118118
<artifactId>jjwt-impl</artifactId>
119-
<version>0.11.2</version>
119+
<version>0.11.5</version>
120120
<scope>runtime</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>io.jsonwebtoken</groupId>
124124
<artifactId>jjwt-jackson</artifactId> <!-- or jjwt-gson if Gson is preferred -->
125-
<version>0.11.2</version>
125+
<version>0.11.5</version>
126126
<scope>runtime</scope>
127127
</dependency>
128128

129129
<!-- WebJARs -->
130130
<dependency>
131131
<groupId>org.webjars</groupId>
132132
<artifactId>bootstrap</artifactId>
133-
<version>5.1.3</version>
133+
<version>5.2.2</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.webjars.npm</groupId>
137137
<artifactId>bootstrap-icons</artifactId>
138-
<version>1.8.1</version>
138+
<version>1.9.1</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.webjars</groupId>
142142
<artifactId>webjars-locator-core</artifactId>
143-
<version>0.50</version>
143+
<version>0.52</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.webjars.npm</groupId>
147147
<artifactId>htmx.org</artifactId>
148-
<version>1.7.0</version>
148+
<version>1.8.0</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.webjars.npm</groupId>
152152
<artifactId>hyperscript.org</artifactId>
153-
<version>0.9.5</version>
153+
<version>0.9.7</version>
154154
</dependency>
155155
</dependencies>
156156

0 commit comments

Comments
 (0)