Skip to content

Commit d903d9b

Browse files
committed
Generate POMs for fresh dependencies
1 parent d050010 commit d903d9b

File tree

65 files changed

+1018
-521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1018
-521
lines changed

advanced/advanced-testing-examples/pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.integration.samples</groupId>
55
<artifactId>advanced-testing-examples</artifactId>
6-
<version>6.5.0</version>
6+
<version>7.0.0</version>
77
<url>https://github.com/spring-projects/spring-integration-samples</url>
88
<organization>
99
<name>Spring IO</name>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.apache.logging.log4j</groupId>
7373
<artifactId>log4j-core</artifactId>
74-
<version>2.23.1</version>
74+
<version>2.24.3</version>
7575
<scope>compile</scope>
7676
</dependency>
7777
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.mockito</groupId>
9191
<artifactId>mockito-core</artifactId>
92-
<version>5.12.0</version>
92+
<version>5.18.0</version>
9393
<scope>test</scope>
9494
</dependency>
9595
<dependency>
@@ -123,28 +123,35 @@
123123
<dependency>
124124
<groupId>org.junit</groupId>
125125
<artifactId>junit-bom</artifactId>
126-
<version>5.11.1</version>
126+
<version>5.12.2</version>
127+
<scope>import</scope>
128+
<type>pom</type>
129+
</dependency>
130+
<dependency>
131+
<groupId>tools.jackson</groupId>
132+
<artifactId>jackson-bom</artifactId>
133+
<version>3.0.0-rc5</version>
127134
<scope>import</scope>
128135
<type>pom</type>
129136
</dependency>
130137
<dependency>
131138
<groupId>com.fasterxml.jackson</groupId>
132139
<artifactId>jackson-bom</artifactId>
133-
<version>2.18.0</version>
140+
<version>2.19.1</version>
134141
<scope>import</scope>
135142
<type>pom</type>
136143
</dependency>
137144
<dependency>
138145
<groupId>org.springframework</groupId>
139146
<artifactId>spring-framework-bom</artifactId>
140-
<version>6.2.1</version>
147+
<version>7.0.0-SNAPSHOT</version>
141148
<scope>import</scope>
142149
<type>pom</type>
143150
</dependency>
144151
<dependency>
145152
<groupId>org.springframework.integration</groupId>
146153
<artifactId>spring-integration-bom</artifactId>
147-
<version>6.5.0-SNAPSHOT</version>
154+
<version>7.0.0-SNAPSHOT</version>
148155
<scope>import</scope>
149156
<type>pom</type>
150157
</dependency>

advanced/dynamic-ftp/pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.integration.samples</groupId>
55
<artifactId>dynamic-ftp</artifactId>
6-
<version>6.5.0</version>
6+
<version>7.0.0</version>
77
<url>https://github.com/spring-projects/spring-integration-samples</url>
88
<organization>
99
<name>Spring IO</name>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
6262
<artifactId>log4j-core</artifactId>
63-
<version>2.23.1</version>
63+
<version>2.24.3</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.mockito</groupId>
8080
<artifactId>mockito-core</artifactId>
81-
<version>5.12.0</version>
81+
<version>5.18.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -112,28 +112,35 @@
112112
<dependency>
113113
<groupId>org.junit</groupId>
114114
<artifactId>junit-bom</artifactId>
115-
<version>5.11.1</version>
115+
<version>5.12.2</version>
116+
<scope>import</scope>
117+
<type>pom</type>
118+
</dependency>
119+
<dependency>
120+
<groupId>tools.jackson</groupId>
121+
<artifactId>jackson-bom</artifactId>
122+
<version>3.0.0-rc5</version>
116123
<scope>import</scope>
117124
<type>pom</type>
118125
</dependency>
119126
<dependency>
120127
<groupId>com.fasterxml.jackson</groupId>
121128
<artifactId>jackson-bom</artifactId>
122-
<version>2.18.0</version>
129+
<version>2.19.1</version>
123130
<scope>import</scope>
124131
<type>pom</type>
125132
</dependency>
126133
<dependency>
127134
<groupId>org.springframework</groupId>
128135
<artifactId>spring-framework-bom</artifactId>
129-
<version>6.2.1</version>
136+
<version>7.0.0-SNAPSHOT</version>
130137
<scope>import</scope>
131138
<type>pom</type>
132139
</dependency>
133140
<dependency>
134141
<groupId>org.springframework.integration</groupId>
135142
<artifactId>spring-integration-bom</artifactId>
136-
<version>6.5.0-SNAPSHOT</version>
143+
<version>7.0.0-SNAPSHOT</version>
137144
<scope>import</scope>
138145
<type>pom</type>
139146
</dependency>

advanced/dynamic-tcp-client/pom.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.integration.samples</groupId>
55
<artifactId>dynamic-tcp-client</artifactId>
6-
<version>6.5.0</version>
6+
<version>7.0.0</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/spring-projects/spring-integration-samples</url>
99
<organization>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.mockito</groupId>
8080
<artifactId>mockito-core</artifactId>
81-
<version>5.12.0</version>
81+
<version>5.18.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -117,35 +117,42 @@
117117
<dependency>
118118
<groupId>org.springframework.boot</groupId>
119119
<artifactId>spring-boot-dependencies</artifactId>
120-
<version>3.5.0-SNAPSHOT</version>
120+
<version>4.0.0-SNAPSHOT</version>
121121
<scope>import</scope>
122122
<type>pom</type>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.junit</groupId>
126126
<artifactId>junit-bom</artifactId>
127-
<version>5.11.1</version>
127+
<version>5.12.2</version>
128+
<scope>import</scope>
129+
<type>pom</type>
130+
</dependency>
131+
<dependency>
132+
<groupId>tools.jackson</groupId>
133+
<artifactId>jackson-bom</artifactId>
134+
<version>3.0.0-rc5</version>
128135
<scope>import</scope>
129136
<type>pom</type>
130137
</dependency>
131138
<dependency>
132139
<groupId>com.fasterxml.jackson</groupId>
133140
<artifactId>jackson-bom</artifactId>
134-
<version>2.18.0</version>
141+
<version>2.19.1</version>
135142
<scope>import</scope>
136143
<type>pom</type>
137144
</dependency>
138145
<dependency>
139146
<groupId>org.springframework</groupId>
140147
<artifactId>spring-framework-bom</artifactId>
141-
<version>6.2.1</version>
148+
<version>7.0.0-SNAPSHOT</version>
142149
<scope>import</scope>
143150
<type>pom</type>
144151
</dependency>
145152
<dependency>
146153
<groupId>org.springframework.integration</groupId>
147154
<artifactId>spring-integration-bom</artifactId>
148-
<version>6.5.0-SNAPSHOT</version>
155+
<version>7.0.0-SNAPSHOT</version>
149156
<scope>import</scope>
150157
<type>pom</type>
151158
</dependency>
@@ -165,7 +172,7 @@
165172
<parent>
166173
<groupId>org.springframework.boot</groupId>
167174
<artifactId>spring-boot-starter-parent</artifactId>
168-
<version>3.5.0-SNAPSHOT</version>
175+
<version>4.0.0-SNAPSHOT</version>
169176
</parent>
170177
<repositories>
171178
<repository>

applications/cafe-scripted/pom.xml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.integration.samples</groupId>
55
<artifactId>cafe-scripted</artifactId>
6-
<version>6.5.0</version>
6+
<version>7.0.0</version>
77
<url>https://github.com/spring-projects/spring-integration-samples</url>
88
<organization>
99
<name>Spring IO</name>
@@ -75,31 +75,31 @@
7575
<dependency>
7676
<groupId>org.jruby</groupId>
7777
<artifactId>jruby-complete</artifactId>
78-
<version>9.4.7.0</version>
78+
<version>10.0.0.1</version>
7979
<scope>compile</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.graalvm.sdk</groupId>
8383
<artifactId>graal-sdk</artifactId>
84-
<version>24.0.2</version>
84+
<version>24.2.1</version>
8585
<scope>compile</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.graalvm.polyglot</groupId>
8989
<artifactId>python</artifactId>
90-
<version>24.0.2</version>
90+
<version>24.2.1</version>
9191
<scope>compile</scope>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.groovy</groupId>
9595
<artifactId>groovy-jsr223</artifactId>
96-
<version>4.0.23</version>
96+
<version>4.0.27</version>
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.apache.logging.log4j</groupId>
101101
<artifactId>log4j-core</artifactId>
102-
<version>2.23.1</version>
102+
<version>2.24.3</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
<dependency>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.mockito</groupId>
119119
<artifactId>mockito-core</artifactId>
120-
<version>5.12.0</version>
120+
<version>5.18.0</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
@@ -151,28 +151,35 @@
151151
<dependency>
152152
<groupId>org.junit</groupId>
153153
<artifactId>junit-bom</artifactId>
154-
<version>5.11.1</version>
154+
<version>5.12.2</version>
155+
<scope>import</scope>
156+
<type>pom</type>
157+
</dependency>
158+
<dependency>
159+
<groupId>tools.jackson</groupId>
160+
<artifactId>jackson-bom</artifactId>
161+
<version>3.0.0-rc5</version>
155162
<scope>import</scope>
156163
<type>pom</type>
157164
</dependency>
158165
<dependency>
159166
<groupId>com.fasterxml.jackson</groupId>
160167
<artifactId>jackson-bom</artifactId>
161-
<version>2.18.0</version>
168+
<version>2.19.1</version>
162169
<scope>import</scope>
163170
<type>pom</type>
164171
</dependency>
165172
<dependency>
166173
<groupId>org.springframework</groupId>
167174
<artifactId>spring-framework-bom</artifactId>
168-
<version>6.2.1</version>
175+
<version>7.0.0-SNAPSHOT</version>
169176
<scope>import</scope>
170177
<type>pom</type>
171178
</dependency>
172179
<dependency>
173180
<groupId>org.springframework.integration</groupId>
174181
<artifactId>spring-integration-bom</artifactId>
175-
<version>6.5.0-SNAPSHOT</version>
182+
<version>7.0.0-SNAPSHOT</version>
176183
<scope>import</scope>
177184
<type>pom</type>
178185
</dependency>

applications/cafe/cafe-amqp/pom.xml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.integration.samples</groupId>
55
<artifactId>cafe-amqp</artifactId>
6-
<version>6.5.0</version>
6+
<version>7.0.0</version>
77
<url>https://github.com/spring-projects/spring-integration-samples</url>
88
<organization>
99
<name>Spring IO</name>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.springframework.integration.samples</groupId>
5757
<artifactId>cafe-si</artifactId>
58-
<version>6.5.0</version>
58+
<version>7.0.0</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
<dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.logging.log4j</groupId>
6868
<artifactId>log4j-core</artifactId>
69-
<version>2.23.1</version>
69+
<version>2.24.3</version>
7070
<scope>compile</scope>
7171
</dependency>
7272
<dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.mockito</groupId>
8686
<artifactId>mockito-core</artifactId>
87-
<version>5.12.0</version>
87+
<version>5.18.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
@@ -118,28 +118,35 @@
118118
<dependency>
119119
<groupId>org.junit</groupId>
120120
<artifactId>junit-bom</artifactId>
121-
<version>5.11.1</version>
121+
<version>5.12.2</version>
122+
<scope>import</scope>
123+
<type>pom</type>
124+
</dependency>
125+
<dependency>
126+
<groupId>tools.jackson</groupId>
127+
<artifactId>jackson-bom</artifactId>
128+
<version>3.0.0-rc5</version>
122129
<scope>import</scope>
123130
<type>pom</type>
124131
</dependency>
125132
<dependency>
126133
<groupId>com.fasterxml.jackson</groupId>
127134
<artifactId>jackson-bom</artifactId>
128-
<version>2.18.0</version>
135+
<version>2.19.1</version>
129136
<scope>import</scope>
130137
<type>pom</type>
131138
</dependency>
132139
<dependency>
133140
<groupId>org.springframework</groupId>
134141
<artifactId>spring-framework-bom</artifactId>
135-
<version>6.2.1</version>
142+
<version>7.0.0-SNAPSHOT</version>
136143
<scope>import</scope>
137144
<type>pom</type>
138145
</dependency>
139146
<dependency>
140147
<groupId>org.springframework.integration</groupId>
141148
<artifactId>spring-integration-bom</artifactId>
142-
<version>6.5.0-SNAPSHOT</version>
149+
<version>7.0.0-SNAPSHOT</version>
143150
<scope>import</scope>
144151
<type>pom</type>
145152
</dependency>

0 commit comments

Comments
 (0)