Skip to content

Commit 4ae7b6d

Browse files
committed
Merge branch 'release/0.1.1'
2 parents ae8ea11 + a7a804a commit 4ae7b6d

File tree

15 files changed

+41
-38
lines changed

15 files changed

+41
-38
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: maven
3+
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
8-
default-labels:
6+
interval: "weekly"
7+
open-pull-requests-limit: 19
8+
labels:
99
- "Type: dependencies"
10-
- package-ecosystem: github-actions
10+
- package-ecosystem: "github-actions"
1111
directory: "/"
1212
schedule:
13-
interval: daily
14-
default-labels:
13+
interval: "daily"
14+
labels:
1515
- "Type: dependencies"

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Upload coverage to Codecov
4040
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
41-
uses: codecov/codecov-action@v4
41+
uses: codecov/codecov-action@v5
4242
with:
4343
token: ${{secrets.CODECOV_TOKEN}}
4444

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
OSS_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
4848

4949
- name: Upload coverage information
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353

_build/parent/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-root</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -21,8 +21,8 @@
2121
<slf4j.version>2.0.16</slf4j.version>
2222

2323
<!-- TEST -->
24-
<assertj.version>3.26.3</assertj.version>
25-
<logback.version>1.5.12</logback.version>
24+
<assertj.version>3.27.3</assertj.version>
25+
<logback.version>1.5.16</logback.version>
2626
</properties>
2727

2828
<dependencyManagement>
@@ -80,14 +80,8 @@
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>
83-
<groupId>io.github.microutils</groupId>
83+
<groupId>io.github.oshai</groupId>
8484
<artifactId>kotlin-logging-jvm</artifactId>
85-
<exclusions>
86-
<exclusion>
87-
<groupId>org.slf4j</groupId>
88-
<artifactId>slf4j-api</artifactId>
89-
</exclusion>
90-
</exclusions>
9185
</dependency>
9286
<!-- /KOTLIN -->
9387

_build/report-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

_itest/builder-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-itest-root</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation.itest</groupId>

_itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
<relativePath>../_build/parent/pom.xml</relativePath>
1010
</parent>
1111

_itest/spi-itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-itest-root</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation.itest</groupId>

kotlin-code-generation-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-root</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<groupId>io.toolisticon.kotlin.generation</groupId>

kotlin-code-generation-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.kotlin.generation._</groupId>
77
<artifactId>kotlin-code-generation-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
<relativePath>../_build/parent/pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)