Skip to content

Commit a9c10d8

Browse files
author
Dennis Labordus
authored
Merge branch 'develop' into postman
2 parents 100e9bb + 4db8573 commit a9c10d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SPDX-License-Identifier: Apache-2.0
2727
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
2828
<compas.core.version>0.9.1</compas.core.version>
2929

30-
<quarkus.platform.version>2.10.0.Final</quarkus.platform.version>
30+
<quarkus.platform.version>2.10.2.Final</quarkus.platform.version>
3131
<slf4j.version>1.7.36</slf4j.version>
3232
<openpojo.version>0.9.1</openpojo.version>
3333
</properties>
@@ -163,7 +163,7 @@ SPDX-License-Identifier: Apache-2.0
163163
<plugin>
164164
<groupId>org.jboss.jandex</groupId>
165165
<artifactId>jandex-maven-plugin</artifactId>
166-
<version>1.2.2</version>
166+
<version>1.2.3</version>
167167
<executions>
168168
<execution>
169169
<id>make-index</id>

riseclipse/riseclipse-p2-to-m2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SPDX-License-Identifier: Apache-2.0
2929
<plugin>
3030
<groupId>org.eclipse.tycho.extras</groupId>
3131
<artifactId>tycho-eclipserun-plugin</artifactId>
32-
<version>2.7.3</version>
32+
<version>2.7.4</version>
3333
<configuration>
3434
<work>${project.build.directory}/maven/tmp/cbi</work>
3535

0 commit comments

Comments
 (0)