Skip to content

Commit 87b903c

Browse files
Merge branch 'main' into snyk-fix-e9ad2f28cb896987bf779389580f26a9
2 parents ad520b1 + 06ec90b commit 87b903c

12 files changed

Lines changed: 30 additions & 40 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 11 deletions
This file was deleted.

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @kinde-oss/giants-kinde

kinde-core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.checkerframework</groupId>
5555
<artifactId>checker-qual</artifactId>
56-
<version>3.50.0</version>
56+
<version>3.51.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>junit</groupId>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>io.swagger.core.v3</groupId>
136136
<artifactId>swagger-annotations</artifactId>
137-
<version>2.2.36</version>
137+
<version>2.2.38</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.google.code.findbugs</groupId>
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>com.google.code.gson</groupId>
201201
<artifactId>gson</artifactId>
202-
<version>2.13.1</version>
202+
<version>2.13.2</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>io.gsonfire</groupId>
@@ -241,12 +241,12 @@
241241
<dependency>
242242
<groupId>org.jetbrains.kotlin</groupId>
243243
<artifactId>kotlin-stdlib</artifactId>
244-
<version>2.2.10</version>
244+
<version>2.2.20</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.jetbrains.kotlin</groupId>
248248
<artifactId>kotlin-stdlib-jdk8</artifactId>
249-
<version>2.2.10</version>
249+
<version>2.2.20</version>
250250
</dependency>
251251
</dependencies>
252252
<build>
@@ -294,7 +294,7 @@
294294
<plugin>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-surefire-plugin</artifactId>
297-
<version>3.5.3</version>
297+
<version>3.5.4</version>
298298
<configuration>
299299
<parallel>none</parallel>
300300
</configuration>

kinde-management/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<swagger-annotations-version>2.2.36</swagger-annotations-version>
13+
<swagger-annotations-version>2.2.38</swagger-annotations-version>
1414
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>
1515
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
1616
<junit-version>4.13.2</junit-version>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.google.code.gson</groupId>
105105
<artifactId>gson</artifactId>
106-
<version>2.13.1</version>
106+
<version>2.13.2</version>
107107
</dependency>
108108
<!-- https://mvnrepository.com/artifact/io.gsonfire/gson-fire -->
109109
<dependency>
@@ -175,12 +175,12 @@
175175
<dependency>
176176
<groupId>org.jetbrains.kotlin</groupId>
177177
<artifactId>kotlin-stdlib</artifactId>
178-
<version>2.2.10</version>
178+
<version>2.2.20</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.jetbrains.kotlin</groupId>
182182
<artifactId>kotlin-stdlib-jdk8</artifactId>
183-
<version>2.2.10</version>
183+
<version>2.2.20</version>
184184
</dependency>
185185
</dependencies>
186186

@@ -320,7 +320,7 @@
320320
<plugin>
321321
<groupId>org.apache.maven.plugins</groupId>
322322
<artifactId>maven-surefire-plugin</artifactId>
323-
<version>3.5.3</version>
323+
<version>3.5.4</version>
324324
<configuration>
325325
<parallel>none</parallel>
326326
</configuration>

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-starter</artifactId>
3232
<optional>true</optional>
33-
<version>3.5.6</version>
33+
<version>3.5.7</version>
3434
</dependency>
3535

3636
<dependency>
@@ -97,7 +97,7 @@
9797
<groupId>org.springframework</groupId>
9898
<artifactId>spring-test</artifactId>
9999
<scope>test</scope>
100-
<version>6.2.10</version>
100+
<version>6.2.11</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mockito</groupId>
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.projectlombok</groupId>
179179
<artifactId>lombok</artifactId>
180-
<version>1.18.40</version>
180+
<version>1.18.42</version>
181181
<scope>provided</scope>
182182
</dependency>
183183
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->

kinde-springboot/kinde-springboot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>org.springframework.security</groupId>
2828
<artifactId>spring-security-web</artifactId>
29-
<version>6.5.3</version>
29+
<version>6.5.5</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.security</groupId>
3333
<artifactId>spring-security-crypto</artifactId>
34-
<version>6.5.3</version>
34+
<version>6.5.5</version>
3535
</dependency>
3636
</dependencies>
3737

kinde-test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.projectlombok</groupId>
4343
<artifactId>lombok</artifactId>
44-
<version>1.18.40</version>
44+
<version>1.18.42</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
</dependencies>

playground/kinde-accounts-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.3</version>
80+
<version>3.5.4</version>
8181
<configuration>
8282
<parallel>none</parallel>
8383
<skipTests>true</skipTests>

playground/kinde-core-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-surefire-plugin</artifactId>
70-
<version>3.5.3</version>
70+
<version>3.5.4</version>
7171
<configuration>
7272
<!-- Ignore test failures -->
7373
<testFailureIgnore>true</testFailureIgnore>

playground/kinde-management-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.5.3</version>
75+
<version>3.5.4</version>
7676
<configuration>
7777
<!-- Ignore test failures -->
7878
<testFailureIgnore>true</testFailureIgnore>

0 commit comments

Comments
 (0)