Skip to content

Commit 794141a

Browse files
Release 1.0.0
1 parent ce93f05 commit 794141a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/zalando-incubator/baigan-config/tree/1.0.0) (2025-03-17)
4+
5+
[Full Changelog](https://github.com/zalando-incubator/baigan-config/compare/1.0.0-RC.3...1.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 [\#146](https://github.com/zalando-incubator/baigan-config/pull/146) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump io.quarkus:quarkus-junit4-mock from 3.18.1 to 3.19.3 [\#143](https://github.com/zalando-incubator/baigan-config/pull/143) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump org.testcontainers:testcontainers-bom from 1.20.4 to 1.20.6 [\#141](https://github.com/zalando-incubator/baigan-config/pull/141) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Bump junit.version from 5.11.4 to 5.12.0 [\#133](https://github.com/zalando-incubator/baigan-config/pull/133) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- Bump Spring 5 [\#127](https://github.com/zalando-incubator/baigan-config/pull/127) ([lukasniemeier-zalando](https://github.com/lukasniemeier-zalando))
14+
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.11.2 [\#126](https://github.com/zalando-incubator/baigan-config/pull/126) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Bump com.fasterxml.jackson.core:jackson-databind from 2.15.1 to 2.18.2 [\#125](https://github.com/zalando-incubator/baigan-config/pull/125) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump com.google.guava:guava from 32.0.1-jre to 33.4.0-jre [\#124](https://github.com/zalando-incubator/baigan-config/pull/124) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.16 [\#123](https://github.com/zalando-incubator/baigan-config/pull/123) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump software.amazon.awssdk:bom from 2.26.15 to 2.30.12 [\#122](https://github.com/zalando-incubator/baigan-config/pull/122) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7 [\#121](https://github.com/zalando-incubator/baigan-config/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Bump org.testcontainers:testcontainers-bom from 1.19.1 to 1.20.4 [\#120](https://github.com/zalando-incubator/baigan-config/pull/120) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Bump spring.version from 6.1.2 to 6.2.2 [\#119](https://github.com/zalando-incubator/baigan-config/pull/119) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Bump mockito.version from 5.3.1 to 5.15.2 [\#118](https://github.com/zalando-incubator/baigan-config/pull/118) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.5.2 [\#117](https://github.com/zalando-incubator/baigan-config/pull/117) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- Bump junit.version from 5.9.3 to 5.11.4 [\#116](https://github.com/zalando-incubator/baigan-config/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Bump io.quarkus:quarkus-junit4-mock from 3.0.0.Final to 3.18.1 [\#115](https://github.com/zalando-incubator/baigan-config/pull/115) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.5.2 [\#114](https://github.com/zalando-incubator/baigan-config/pull/114) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
328
## [1.0.0-RC.3](https://github.com/zalando-incubator/baigan-config/tree/1.0.0-RC.3) (2025-02-04)
429

530
[Full Changelog](https://github.com/zalando-incubator/baigan-config/compare/1.0.0-RC.2...1.0.0-RC.3)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.zalando</groupId>
55
<artifactId>baigan-config</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<packaging>jar</packaging>
88

99
<name>baigan-config</name>

0 commit comments

Comments
 (0)