Skip to content

Commit 3897d44

Browse files
committed
chore: restore dependencies in code to their versions in the last release
1 parent 05343ad commit 3897d44

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

code/pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,27 @@
6363
<sdk-title>${project.artifactId}</sdk-title>
6464

6565
<!-- Plugin Versions -->
66-
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
66+
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
6767
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
6868
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
6969
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
7070
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
7171
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
7272
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
73-
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
73+
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
7474
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
75-
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
76-
<jacoco-plugin.version>0.8.13</jacoco-plugin.version>
77-
<dokka-plugin.version>2.0.0</dokka-plugin.version>
75+
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>
76+
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
77+
<dokka-plugin.version>1.9.20</dokka-plugin.version>
7878
<dokka-old-versions.location/> <!-- passed as a property when running dokka:dokka-->
7979
<properties.maven.plugin.version>1.2.1</properties.maven.plugin.version>
80-
<maven.licence.plugin.version>5.0.0</maven.licence.plugin.version>
81-
<flatten.maven.plugin.version>1.7.0</flatten.maven.plugin.version>
82-
<kotlin.version>2.1.20</kotlin.version>
83-
<kotlinx.coroutines.version>1.10.1</kotlinx.coroutines.version>
84-
<ktor.version>3.1.2</ktor.version>
85-
<kotlin-atomic.version>0.27.0</kotlin-atomic.version>
86-
<slf4j.version>2.0.17</slf4j.version>
80+
<maven.licence.plugin.version>4.6</maven.licence.plugin.version>
81+
<flatten.maven.plugin.version>1.6.0</flatten.maven.plugin.version>
82+
<kotlin.version>2.0.21</kotlin.version>
83+
<kotlinx.coroutines.version>1.9.0</kotlinx.coroutines.version>
84+
<ktor.version>2.3.13</ktor.version>
85+
<kotlin-atomic.version>0.26.1</kotlin-atomic.version>
86+
<slf4j.version>2.0.16</slf4j.version>
8787
<maven.nexus-staging.plugin.version>1.7.0</maven.nexus-staging.plugin.version>
8888
<maven.gpg.plugin.version>3.2.7</maven.gpg.plugin.version>
8989
</properties>
@@ -131,19 +131,19 @@
131131
<dependency>
132132
<groupId>com.fasterxml.jackson</groupId>
133133
<artifactId>jackson-bom</artifactId>
134-
<version>2.18.3</version>
134+
<version>2.18.2</version>
135135
<type>pom</type>
136136
<scope>import</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.squareup.okio</groupId>
140140
<artifactId>okio-jvm</artifactId>
141-
<version>3.10.2</version>
141+
<version>3.9.1</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.jetbrains</groupId>
145145
<artifactId>annotations</artifactId>
146-
<version>26.0.2</version>
146+
<version>26.0.1</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.hibernate.validator</groupId>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>com.fasterxml.jackson.core</groupId>
155155
<artifactId>jackson-annotations</artifactId>
156-
<version>2.18.3</version>
156+
<version>2.18.2</version>
157157
</dependency>
158158
</dependencies>
159159
</dependencyManagement>
@@ -732,13 +732,13 @@
732732
<dependency>
733733
<groupId>org.apache.commons</groupId>
734734
<artifactId>commons-lang3</artifactId>
735-
<version>3.17.0</version>
735+
<version>3.14.0</version>
736736
</dependency>
737737

738738
<dependency>
739739
<groupId>org.apache.commons</groupId>
740740
<artifactId>commons-text</artifactId>
741-
<version>1.13.0</version>
741+
<version>1.12.0</version>
742742
</dependency>
743743

744744
<dependency>

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>ExpediaGroup/renovate-config"
5+
],
6+
"ignorePaths": [
7+
"**/code/**"
58
]
69
}

0 commit comments

Comments
 (0)