|
25 | 25 | <groupId>com.amartus.sonata</groupId>
|
26 | 26 | <artifactId>blender</artifactId>
|
27 | 27 | <description>SonataBlendingTool</description>
|
28 |
| -<version>1.11.2</version> |
| 28 | +<version>1.11.3</version> |
29 | 29 | <properties>
|
30 |
| -<openapi.generator.version>6.2.0</openapi.generator.version> |
31 |
| -<jackson.version>2.14.2</jackson.version> |
| 30 | +<openapi.generator.version>7.2.0</openapi.generator.version> |
| 31 | +<jackson.version>2.16.1</jackson.version> |
| 32 | +<junit.version>5.10.1</junit.version> |
32 | 33 | </properties>
|
33 | 34 | <dependencies>
|
34 | 35 | <!-- https://mvnrepository.com/artifact/org.openapitools/openapi-generator -->
|
|
43 | 44 | </exclusion>
|
44 | 45 | </exclusions>
|
45 | 46 | </dependency>
|
| 47 | +<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
| 48 | +<dependency> |
| 49 | +<groupId>commons-codec</groupId> |
| 50 | +<artifactId>commons-codec</artifactId> |
| 51 | +<version>1.16.0</version> |
| 52 | +</dependency> |
| 53 | + |
46 | 54 | <dependency>
|
47 | 55 | <groupId>org.slf4j</groupId>
|
48 | 56 | <artifactId>slf4j-api</artifactId>
|
|
51 | 59 | <dependency>
|
52 | 60 | <groupId>com..rvesse</groupId>
|
53 | 61 | <artifactId>airline</artifactId>
|
54 |
| -<version>2.9.0</version> |
| 62 | +<version>3.0.0</version> |
55 | 63 | </dependency>
|
56 | 64 | <dependency>
|
57 | 65 | <groupId>ch.qos.logback</groupId>
|
58 | 66 | <artifactId>logback-classic</artifactId>
|
59 |
| -<version>1.4.5</version> |
60 |
| -</dependency> |
61 |
| -<dependency> |
62 |
| -<groupId>io.swagger.parser.v3</groupId> |
63 |
| -<artifactId>swagger-parser-v3</artifactId> |
64 |
| -<version>2.1.12</version> |
| 67 | +<version>1.4.12</version> |
65 | 68 | </dependency>
|
66 | 69 | <dependency>
|
67 | 70 | <groupId>com.networknt</groupId>
|
|
81 | 84 | <dependency>
|
82 | 85 | <groupId>org.projectlombok</groupId>
|
83 | 86 | <artifactId>lombok</artifactId>
|
84 |
| -<version>1.18.26</version> |
| 87 | +<version>1.18.30</version> |
85 | 88 | <scope>provided</scope>
|
86 | 89 | </dependency>
|
87 | 90 | <dependency>
|
88 | 91 | <groupId>org.junit.jupiter</groupId>
|
89 | 92 | <artifactId>junit-jupiter-api</artifactId>
|
90 |
| -<version>5.9.0</version> |
| 93 | +<version>${junit.version}</version> |
91 | 94 | <scope>test</scope>
|
92 | 95 | </dependency>
|
93 | 96 | <dependency>
|
94 | 97 | <groupId>org.junit.jupiter</groupId>
|
95 | 98 | <artifactId>junit-jupiter-engine</artifactId>
|
96 |
| -<version>5.9.0</version> |
| 99 | +<version>${junit.version}</version> |
97 | 100 | <scope>test</scope>
|
98 | 101 | </dependency>
|
99 | 102 | <dependency>
|
100 | 103 | <groupId>org.junit.jupiter</groupId>
|
101 | 104 | <artifactId>junit-jupiter-params</artifactId>
|
102 |
| -<version>5.9.0</version> |
| 105 | +<version>${junit.version}</version> |
103 | 106 | <scope>test</scope>
|
104 | 107 | </dependency>
|
105 | 108 |
|
106 | 109 | <dependency>
|
107 | 110 | <groupId>net.javacrumbs.json-unit</groupId>
|
108 | 111 | <artifactId>json-unit-assertj</artifactId>
|
109 |
| -<version>2.37.0</version> |
| 112 | +<version>3.2.2</version> |
110 | 113 | <scope>test</scope>
|
111 | 114 | </dependency>
|
112 | 115 | </dependencies>
|
|
124 | 127 | <artifactId>maven-compiler-plugin</artifactId>
|
125 | 128 | <version>3.8.0</version>
|
126 | 129 | <configuration>
|
127 |
| -<release>11</release> |
| 130 | +<release>17</release> |
128 | 131 | <annotationProcessorPaths>
|
129 | 132 | <path>
|
130 | 133 | <groupId>org.projectlombok</groupId>
|
131 | 134 | <artifactId>lombok</artifactId>
|
132 |
| -<version>1.18.26</version> |
| 135 | +<version>1.18.30</version> |
133 | 136 | </path>
|
134 | 137 | </annotationProcessorPaths>
|
135 | 138 | </configuration>
|
136 | 139 | <dependencies>
|
137 | 140 | <dependency>
|
138 | 141 | <groupId>org.projectlombok</groupId>
|
139 | 142 | <artifactId>lombok</artifactId>
|
140 |
| -<version>1.18.26</version> |
| 143 | +<version>1.18.30</version> |
141 | 144 | </dependency>
|
142 | 145 | </dependencies>
|
143 | 146 | </plugin>
|
|
0 commit comments