Commit Graph

4482 Commits

Author SHA1 Message Date
dependabot[bot]
87e507a191 Bump camel.version from 3.21.2 to 3.21.3 (#2070)
Bumps `camel.version` from 3.21.2 to 3.21.3.

Updates `org.apache.camel.springboot:camel-spring-boot-starter` from 3.21.2 to 3.21.3

Updates `org.apache.camel:camel-spring` from 3.21.2 to 3.21.3

Updates `org.apache.camel.springboot:camel-spring-boot` from 3.21.2 to 3.21.3

Updates `org.apache.camel.springboot:camel-rabbitmq-starter` from 3.21.2 to 3.21.3

Updates `org.apache.camel.springboot:camel-direct-starter` from 3.21.2 to 3.21.3

Updates `org.apache.camel.springboot:camel-bean-starter` from 3.21.2 to 3.21.3

Updates `org.apache.camel.springboot:camel-jackson-starter` from 3.21.2 to 3.21.3

Updates `org.apache.camel:camel-core` from 3.21.2 to 3.21.3

Updates `org.apache.camel:camel-kafka` from 3.21.2 to 3.21.3

Updates `org.apache.camel:camel-jackson` from 3.21.2 to 3.21.3

Updates `org.apache.camel:camel-jms` from 3.21.2 to 3.21.3

Updates `org.apache.camel:camel-activemq` from 3.21.2 to 3.21.3

---
updated-dependencies:
- dependency-name: org.apache.camel.springboot:camel-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-rabbitmq-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-direct-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-bean-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-jackson-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-jms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-activemq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 10:00:50 +01:00
Marcin Grzejszczak
983424b912 Merge branch '4.0.x' 2023-12-14 11:19:40 +01:00
Marcin Grzejszczak
3891ee8111 Removed any references to cloud BOMs; fixes gh-2062 2023-12-14 11:15:16 +01:00
Marcin Grzejszczak
609b48159b Makes jakarta servlet dependency optional
without this change if you use Spring Cloud Contract WireMock with e.g. WebFlux your Spring Boot context can fail to start beacuse of it can't decide whether the application should be reactive or not.

with this change we're making the dependency optional because it should come from the user, we shouldn't be providing it. Also RestDocs are assuming that that dependency is a runtime one

fixes gh-1854
2023-12-14 10:54:42 +01:00
Marcin Grzejszczak
ebac7f176c Makes jakarta servlet dependency optional
without this change if you use Spring Cloud Contract WireMock with e.g. WebFlux your Spring Boot context can fail to start beacuse of it can't decide whether the application should be reactive or not.

with this change we're making the dependency optional because it should come from the user, we shouldn't be providing it. Also RestDocs are assuming that that dependency is a runtime one

fixes gh-1854
2023-12-14 10:52:30 +01:00
dependabot[bot]
23a2a0164b Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#2068)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14 10:36:11 +01:00
Marcin Grzejszczak
755656c8ca Merge branch '4.0.x' 2023-12-13 16:51:28 +01:00
Marcin Grzejszczak
cfeefcd910 Added more explanation regarding query parameters
fixes gh-2042
2023-12-13 16:49:10 +01:00
dependabot[bot]
fa4f34f772 Bump org.glassfish.jersey.core:jersey-client from 2.40 to 2.41 (#2067)
Bumps org.glassfish.jersey.core:jersey-client from 2.40 to 2.41.

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.core:jersey-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 11:25:21 +01:00
dependabot[bot]
588316f3d5 Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 (#2066)
Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.1...maven-clean-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 10:18:46 +01:00
dependabot[bot]
7c36f7696d Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 (#2065)
Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.8.0...plexus-archiver-4.9.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-archiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 11:06:20 +01:00
dependabot[bot]
e4a4fb899f Bump testcontainers.version from 1.19.1 to 1.19.3 (#2063)
Bumps `testcontainers.version` from 1.19.1 to 1.19.3.

Updates `org.testcontainers:rabbitmq` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.1...1.19.3)

Updates `org.testcontainers:junit-jupiter` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.1...1.19.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:rabbitmq
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 11:05:57 +01:00
spencergibb
9d2afcf400 release version 2023.0.0 2023-12-07 13:42:38 -05:00
spencergibb
17f68e4129 release version 2023.0.0 2023-12-07 12:54:52 -05:00
dependabot[bot]
0a21d7eb4a Bump org.junit.vintage:junit-vintage-engine from 5.9.1 to 5.10.1 (#2059)
Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.9.1 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.10.1)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 15:29:14 +01:00
dependabot[bot]
50d86365f7 Bump com.github.dreamhead:moco-runner from 1.3.0 to 1.5.0 (#2058)
Bumps [com.github.dreamhead:moco-runner](https://github.com/dreamhead/moco) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/dreamhead/moco/releases)
- [Changelog](https://github.com/dreamhead/moco/blob/master/moco-doc/ReleaseNotes.md)
- [Commits](https://github.com/dreamhead/moco/compare/v1.3.0...v1.5.0)

---
updated-dependencies:
- dependency-name: com.github.dreamhead:moco-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 15:28:57 +01:00
dependabot[bot]
c287372a8e Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#2057)
Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.5 to 3.5.0.
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.5...maven-project-info-reports-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 15:28:43 +01:00
Marcin Grzejszczak
4d07b8db2f Merge branch '4.0.x' 2023-12-07 14:57:15 +01:00
Marcin Grzejszczak
44c4ab0142 Merge branch '3.1.x' into 4.0.x 2023-12-07 14:55:23 +01:00
Shannon Pamperl
6f59837202 Correct ordering of resources on the classpath. Fixes gh-1981 (#2060) (#2061) 2023-12-07 14:54:45 +01:00
Shannon Pamperl
d5147e7528 Correct ordering of resources on the classpath. Fixes gh-1981 (#2060) 2023-12-07 10:07:21 +01:00
buildmaster
2b81c317da Bumping versions to 4.1.1-SNAPSHOT after release 2023-12-06 16:56:23 +00:00
buildmaster
633ddd9fd3 Going back to snapshots 2023-12-06 16:56:22 +00:00
buildmaster
2ae2ffadb7 Update SNAPSHOT to 4.1.0 2023-12-06 16:49:51 +00:00
dependabot[bot]
602a5e3c6d Bump camel.version from 3.21.1 to 3.21.2 (#2052)
Bumps `camel.version` from 3.21.1 to 3.21.2.

Updates `org.apache.camel.springboot:camel-spring-boot-starter` from 3.21.1 to 3.21.2

Updates `org.apache.camel:camel-spring` from 3.21.1 to 3.21.2

Updates `org.apache.camel.springboot:camel-spring-boot` from 3.21.1 to 3.21.2

Updates `org.apache.camel.springboot:camel-rabbitmq-starter` from 3.21.1 to 3.21.2

Updates `org.apache.camel.springboot:camel-direct-starter` from 3.21.1 to 3.21.2

Updates `org.apache.camel.springboot:camel-bean-starter` from 3.21.1 to 3.21.2

Updates `org.apache.camel.springboot:camel-jackson-starter` from 3.21.1 to 3.21.2

Updates `org.apache.camel:camel-core` from 3.21.1 to 3.21.2

Updates `org.apache.camel:camel-kafka` from 3.21.1 to 3.21.2

Updates `org.apache.camel:camel-jackson` from 3.21.1 to 3.21.2

Updates `org.apache.camel:camel-jms` from 3.21.1 to 3.21.2

Updates `org.apache.camel:camel-activemq` from 3.21.1 to 3.21.2

---
updated-dependencies:
- dependency-name: org.apache.camel.springboot:camel-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-rabbitmq-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-direct-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-bean-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-jackson-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-jms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel:camel-activemq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 12:04:17 +01:00
dependabot[bot]
497faf8ec0 Bump org.apache.maven.plugins:maven-dependency-plugin (#2055)
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.0 to 3.6.1.
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 12:04:01 +01:00
dependabot[bot]
a94c97de73 Bump jsonassert.version from 0.6.2 to 0.7.0 (#2054)
Bumps `jsonassert.version` from 0.6.2 to 0.7.0.

Updates `com.toomuchcoding.jsonassert:jsonassert` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/marcingrzejszczak/jsonassert/releases)
- [Commits](https://github.com/marcingrzejszczak/jsonassert/compare/v0.6.2...v0.7.0)

Updates `com.toomuchcoding.jsonassert:jsonassert-shade` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/marcingrzejszczak/jsonassert/releases)
- [Commits](https://github.com/marcingrzejszczak/jsonassert/compare/v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: com.toomuchcoding.jsonassert:jsonassert
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.toomuchcoding.jsonassert:jsonassert-shade
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 12:03:45 +01:00
Marcin Grzejszczak
8172d0069b Bump jsonassert to 0.7.0; fixes gh-2056 2023-12-05 10:04:41 +01:00
dependabot[bot]
e98f0e87fb Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 (#2049)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 17:34:20 +01:00
dependabot[bot]
b88e239892 Bump artemis.version from 2.31.0 to 2.31.2 (#2050)
Bumps `artemis.version` from 2.31.0 to 2.31.2.

Updates `org.apache.activemq:artemis-jms-server` from 2.31.0 to 2.31.2
- [Commits](https://github.com/apache/activemq-artemis/compare/2.31.0...2.31.2)

Updates `org.apache.activemq:artemis-junit` from 2.31.0 to 2.31.2

---
updated-dependencies:
- dependency-name: org.apache.activemq:artemis-jms-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.activemq:artemis-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 17:34:03 +01:00
Marcin Grzejszczak
07a6fd4f22 Fixed invalid links; fixes gh-2038 2023-12-04 17:22:09 +01:00
dependabot[bot]
516ed9f9ed Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 (#2048)
Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 17:03:27 +01:00
dependabot[bot]
b7cc94d101 Bump org.apache.maven.resolver:maven-resolver from 1.9.16 to 1.9.18 (#2047)
Bumps [org.apache.maven.resolver:maven-resolver](https://github.com/apache/maven-resolver) from 1.9.16 to 1.9.18.
- [Release notes](https://github.com/apache/maven-resolver/releases)
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.9.16...maven-resolver-1.9.18)

---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 16:35:42 +01:00
Marcin Grzejszczak
95998b4d57 Upgrades Groovy to 4.0.16
fixes https://github.com/spring-cloud/spring-cloud-contract/issues/2034
2023-12-04 16:09:18 +01:00
Marcin Grzejszczak
981be7859a Fixed checkstye 2023-12-04 16:08:05 +01:00
dependabot[bot]
f296103c9d Bump org.apache.maven.plugins:maven-scm-publish-plugin (#2026)
Bumps [org.apache.maven.plugins:maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin) from 3.0.0 to 3.2.1.
- [Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.0.0...maven-scm-publish-plugin-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:44:29 +01:00
dependabot[bot]
a70a410cab Bump org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14 (#1950)
Bumps org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:43:38 +01:00
dependabot[bot]
bcdb260ec9 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.9.0 to 3.10.2 (#2039)
Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.9.0 to 3.10.2.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:43:13 +01:00
dependabot[bot]
da10c3e84d Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#2040)
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.9.0 to 3.10.2.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:33:43 +01:00
dependabot[bot]
ecd4db8501 Bump actions/setup-java from 3 to 4 (#2044)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:29:19 +01:00
Marcin Grzejszczak
036b6b1d8b Update dependabot.yml to remove 3.1.x checks 2023-12-04 15:25:40 +01:00
dependabot[bot]
81a8fb6387 Bump actions/setup-java from 3 to 4 (#2046)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 15:23:39 +01:00
Marcin Grzejszczak
08e0e305ce Fixed checkstye 2023-12-04 15:22:52 +01:00
Igor Dianov
d5bd388b10 Fix GH-2035 AutoConfigureWiremock with a pre-defined custom port always defaults to port 8080 (#2036) 2023-12-04 13:03:06 +01:00
buildmaster
83b23eca54 Bumping versions 2023-11-29 10:43:47 +00:00
buildmaster
cd0fffa972 Going back to snapshots 2023-10-31 15:06:20 +00:00
buildmaster
4c6e703dc9 Update SNAPSHOT to 4.1.0-RC1 2023-10-31 15:00:49 +00:00
dependabot[bot]
977eaa63b4 Bump org.ow2.asm:asm from 9.5 to 9.6 (#2024)
Bumps org.ow2.asm:asm from 9.5 to 9.6.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 11:43:09 +02:00
dependabot[bot]
9963ac0f9d Bump testcontainers.version from 1.19.0 to 1.19.1 (#2023)
Bumps `testcontainers.version` from 1.19.0 to 1.19.1.

Updates `org.testcontainers:rabbitmq` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.0...1.19.1)

Updates `org.testcontainers:junit-jupiter` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.0...1.19.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:rabbitmq
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 11:42:56 +02:00
dependabot[bot]
c958ae1974 Bump org.apache.maven:maven-archiver from 3.5.1 to 3.6.1 (#2022)
Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.5.1 to 3.6.1.
- [Release notes](https://github.com/apache/maven-archiver/releases)
- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.5.1...maven-archiver-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-archiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 11:42:44 +02:00