Skip to content

Commit 3552381

Browse files
committed
Upgrade dependencies
1 parent e500f01 commit 3552381

8 files changed

+69
-53
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
specmaticGraphqlVersion=1.0.16-SNAPSHOT
2-
specmaticVersion=2.7.8
1+
specmaticGraphqlVersion=1.0.16
2+
specmaticVersion=2.7.8
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2+
#Tue Apr 08 19:43:15 IST 2025
3+
specmatic-graphql-min-1.0.16.pom>specmaticPrivate=
4+
specmatic-graphql-min-1.0.16.jar>specmaticPrivate=

lib/io/specmatic/specmatic-graphql/1.0.14/specmatic-graphql-1.0.14.jar renamed to lib/io/specmatic/graphql/specmatic-graphql-min/1.0.16/specmatic-graphql-min-1.0.16.jar

980 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2+
#Tue Apr 08 19:43:15 IST 2025
3+
https\://repo.maven.apache.org/maven2/.lastUpdated=1744121593953
4+
https\://repo.maven.apache.org/maven2/.error=
5+
https\://maven.pkg.github.com/znsio/specmatic-private-maven-repo/.lastUpdated=1744121595671
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ca829b606294ddf764b123bb290e5e05287de676

lib/io/specmatic/specmatic-graphql/1.0.14/specmatic-graphql-1.0.14.pom renamed to lib/io/specmatic/graphql/specmatic-graphql-min/1.0.16/specmatic-graphql-min-1.0.16.pom

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>io.specmatic</groupId>
5-
<artifactId>specmatic-graphql</artifactId>
6-
<version>1.0.14</version>
4+
<groupId>io.specmatic.graphql</groupId>
5+
<artifactId>specmatic-graphql-min</artifactId>
6+
<version>1.0.16</version>
77
<name>Specmatic-GraphQL</name>
88
<description>Specmatic-GraphQL library</description>
99
<url>https://specmatic.io</url>
1010
<dependencies>
1111
<dependency>
12-
<groupId>io.specmatic</groupId>
13-
<artifactId>junit5-support</artifactId>
14-
<version>2.0.36</version>
15-
<scope>compile</scope>
16-
</dependency>
17-
<dependency>
18-
<groupId>io.specmatic</groupId>
19-
<artifactId>specmatic-executable</artifactId>
20-
<version>2.0.36</version>
12+
<groupId>com.fasterxml.jackson.core</groupId>
13+
<artifactId>jackson-databind</artifactId>
14+
<version>2.18.3</version>
2115
<scope>compile</scope>
2216
</dependency>
2317
<dependency>
24-
<groupId>org.yaml</groupId>
25-
<artifactId>snakeyaml</artifactId>
26-
<version>2.2</version>
18+
<groupId>com.fasterxml.jackson.module</groupId>
19+
<artifactId>jackson-module-kotlin</artifactId>
20+
<version>2.18.3</version>
2721
<scope>compile</scope>
2822
</dependency>
2923
<dependency>
@@ -33,51 +27,45 @@
3327
<scope>compile</scope>
3428
</dependency>
3529
<dependency>
36-
<groupId>io.ktor</groupId>
37-
<artifactId>ktor-client-core-jvm</artifactId>
38-
<version>2.3.11</version>
30+
<groupId>info.picocli</groupId>
31+
<artifactId>picocli</artifactId>
32+
<version>4.7.6</version>
3933
<scope>compile</scope>
4034
</dependency>
4135
<dependency>
4236
<groupId>io.ktor</groupId>
4337
<artifactId>ktor-client-cio-jvm</artifactId>
44-
<version>2.3.11</version>
38+
<version>2.3.13</version>
4539
<scope>compile</scope>
4640
</dependency>
4741
<dependency>
4842
<groupId>io.ktor</groupId>
4943
<artifactId>ktor-client-content-negotiation</artifactId>
50-
<version>2.3.11</version>
44+
<version>2.3.13</version>
5145
<scope>compile</scope>
5246
</dependency>
5347
<dependency>
54-
<groupId>org.jetbrains.kotlinx</groupId>
55-
<artifactId>kotlinx-serialization-json-jvm</artifactId>
56-
<version>1.6.3</version>
57-
<scope>compile</scope>
58-
</dependency>
59-
<dependency>
60-
<groupId>org.jetbrains.kotlin</groupId>
61-
<artifactId>kotlin-stdlib</artifactId>
62-
<version>1.9.24</version>
48+
<groupId>io.ktor</groupId>
49+
<artifactId>ktor-client-core-jvm</artifactId>
50+
<version>2.3.13</version>
6351
<scope>compile</scope>
6452
</dependency>
6553
<dependency>
66-
<groupId>org.junit.jupiter</groupId>
67-
<artifactId>junit-jupiter</artifactId>
68-
<version>5.6.0</version>
54+
<groupId>io.specmatic</groupId>
55+
<artifactId>junit5-support</artifactId>
56+
<version>2.7.8</version>
6957
<scope>compile</scope>
7058
</dependency>
7159
<dependency>
72-
<groupId>org.junit.platform</groupId>
73-
<artifactId>junit-platform-launcher</artifactId>
74-
<version>1.10.1</version>
60+
<groupId>io.specmatic</groupId>
61+
<artifactId>specmatic-executable</artifactId>
62+
<version>2.7.8</version>
7563
<scope>compile</scope>
7664
</dependency>
7765
<dependency>
78-
<groupId>org.junit.platform</groupId>
79-
<artifactId>junit-platform-reporting</artifactId>
80-
<version>1.10.1</version>
66+
<groupId>org.assertj</groupId>
67+
<artifactId>assertj-core</artifactId>
68+
<version>3.27.3</version>
8169
<scope>compile</scope>
8270
</dependency>
8371
<dependency>
@@ -86,34 +74,46 @@
8674
<version>2.4.1</version>
8775
<scope>compile</scope>
8876
</dependency>
77+
<dependency>
78+
<groupId>org.jetbrains.kotlin</groupId>
79+
<artifactId>kotlin-stdlib</artifactId>
80+
<version>1.9.25</version>
81+
<scope>compile</scope>
82+
</dependency>
83+
<dependency>
84+
<groupId>org.jetbrains.kotlinx</groupId>
85+
<artifactId>kotlinx-serialization-json-jvm</artifactId>
86+
<version>1.6.3</version>
87+
<scope>compile</scope>
88+
</dependency>
8989
<dependency>
9090
<groupId>org.junit.jupiter</groupId>
9191
<artifactId>junit-jupiter-api</artifactId>
92-
<version>5.10.2</version>
92+
<version>5.12.1</version>
9393
<scope>compile</scope>
9494
</dependency>
9595
<dependency>
96-
<groupId>org.assertj</groupId>
97-
<artifactId>assertj-core</artifactId>
98-
<version>3.25.3</version>
96+
<groupId>org.junit.jupiter</groupId>
97+
<artifactId>junit-jupiter</artifactId>
98+
<version>5.12.1</version>
9999
<scope>compile</scope>
100100
</dependency>
101101
<dependency>
102-
<groupId>info.picocli</groupId>
103-
<artifactId>picocli</artifactId>
104-
<version>4.7.6</version>
102+
<groupId>org.junit.platform</groupId>
103+
<artifactId>junit-platform-launcher</artifactId>
104+
<version>1.12.1</version>
105105
<scope>compile</scope>
106106
</dependency>
107107
<dependency>
108-
<groupId>com.fasterxml.jackson.core</groupId>
109-
<artifactId>jackson-databind</artifactId>
110-
<version>2.12.5</version>
108+
<groupId>org.junit.platform</groupId>
109+
<artifactId>junit-platform-reporting</artifactId>
110+
<version>1.12.1</version>
111111
<scope>compile</scope>
112112
</dependency>
113113
<dependency>
114-
<groupId>com.fasterxml.jackson.module</groupId>
115-
<artifactId>jackson-module-kotlin</artifactId>
116-
<version>2.12.5</version>
114+
<groupId>org.yaml</groupId>
115+
<artifactId>snakeyaml</artifactId>
116+
<version>2.2</version>
117117
<scope>compile</scope>
118118
</dependency>
119119
</dependencies>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2+
#Tue Apr 08 19:43:03 IST 2025
3+
https\://repo.maven.apache.org/maven2/.lastUpdated=1744121582057
4+
https\://repo.maven.apache.org/maven2/.error=
5+
https\://maven.pkg.github.com/znsio/specmatic-private-maven-repo/.lastUpdated=1744121583832
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3ff73fde411fc8d8ecc59c70d686e77a64d75c68

0 commit comments

Comments
 (0)