Skip to content

Commit c4b05bf

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | -------------- | | github-tags | actions/checkout | v3.0.2 | v3.3.0 | | github-tags | actions/setup-java | v3.3.0 | v3.10.0 | | github-tags | actions/upload-artifact | v3.0.0 | v3.1.2 | | gradle-version | gradle | 7.4.2 | 7.6 | | github-tags | gradle/gradle-build-action | v2.1.5 | v2.4.0 | | rubygems | jekyll | 4.2.0 | 4.3.2 | | cdnjs | jquery/jquery.min.js | 3.6.0 | 3.6.3 | | github-tags | stefanzweifel/git-auto-commit-action | v4.14.1 | v4.16.0 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.20.0 | 1.22.0 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.9.0 | 0.13.0 | | maven | io.github.detekt.sarif4k:sarif4k | 0.0.1 | 0.3.0 | | maven | org.apache.commons:commons-text | 1.9 | 1.10.0 | | maven | com.google.testing.compile:compile-testing | 0.19 | 0.21.0 | | maven | org.sosy-lab:java-smt | 3.12.0 | 3.14.3 | | maven | org.junit.platform:junit-platform-launcher | 1.8.2 | 1.9.2 | | maven | org.junit.jupiter:junit-jupiter-engine | 5.8.2 | 5.9.2 | | maven | org.junit.jupiter:junit-jupiter | 5.8.2 | 5.9.2 | | maven | io.github.classgraph:classgraph | 4.8.146 | 4.8.154 | | maven | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin | 0.10.1 | 0.11.0 | | maven | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin | 0.10.1 | 0.11.0 | | maven | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin | 0.10.1 | 0.11.0 | | maven | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin | 0.10.1 | 0.11.0 | | maven | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin | 0.10.1 | 0.11.0 | | maven | io.arrow-kt:arrow-gradle-plugin-commons | 1.6.1-alpha.5 | 1.6.1-SNAPSHOT | | maven | io.arrow-kt:arrow-meta-test | 1.6.1-alpha.5 | 1.6.1-SNAPSHOT | | maven | io.arrow-kt:arrow-meta | 1.6.1-alpha.5 | 1.6.1-SNAPSHOT | | maven | io.arrow-kt:arrow-optics | 1.1.2 | 1.1.5 | | maven | io.arrow-kt:arrow-core | 1.1.2 | 1.1.5 | | maven | io.arrow-kt:arrow-annotations | 1.1.2 | 1.1.5 |
1 parent 154a402 commit c4b05bf

File tree

9 files changed

+58
-57
lines changed

9 files changed

+58
-57
lines changed

.github/workflows/generate-alpha-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Set up Java
22-
uses: actions/setup-java@v3.3.0
22+
uses: actions/setup-java@v3.10.0
2323
with:
2424
distribution: 'adopt'
2525
java-version: '15'
@@ -44,7 +44,7 @@ jobs:
4444
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
4545

4646
- name: Set up Java
47-
uses: actions/setup-java@v3.3.0
47+
uses: actions/setup-java@v3.10.0
4848
with:
4949
distribution: 'adopt'
5050
java-version: '15'

.github/workflows/generate-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Set up Java
42-
uses: actions/setup-java@v3.3.0
42+
uses: actions/setup-java@v3.10.0
4343
with:
4444
distribution: 'adopt'
4545
java-version: '15'
@@ -64,7 +64,7 @@ jobs:
6464
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
6565

6666
- name: Set up Java
67-
uses: actions/setup-java@v3.3.0
67+
uses: actions/setup-java@v3.10.0
6868
with:
6969
distribution: 'adopt'
7070
java-version: '15'

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
analysis-version: ${{ steps.get-analysis-version.outputs.analysis-version }}
3333

3434
steps:
35-
- uses: actions/checkout@v3.0.2
35+
- uses: actions/checkout@v3.3.0
3636
with:
3737
fetch-depth: 0
3838

39-
- uses: actions/setup-java@v3.3.0
39+
- uses: actions/setup-java@v3.10.0
4040
with:
4141
distribution: 'adopt'
4242
java-version: '15'
4343

4444
- name: Build and test with Gradle
45-
uses: gradle/gradle-build-action@v2.1.5
45+
uses: gradle/gradle-build-action@v2.4.0
4646
with:
4747
arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace
4848

@@ -53,7 +53,7 @@ jobs:
5353
echo "::set-output name=analysis-version::$(head -n 1 build/semver/version.txt)"
5454
5555
- name: Upload reports
56-
uses: actions/upload-artifact@v3.0.0
56+
uses: actions/upload-artifact@v3.1.2
5757
with:
5858
name: 'reports-${{ matrix.os }}'
5959
path: '**/build/reports/**'
@@ -79,9 +79,9 @@ jobs:
7979
runs-on: macos-11
8080

8181
steps:
82-
- uses: actions/checkout@v3.0.2
82+
- uses: actions/checkout@v3.3.0
8383

84-
- uses: actions/setup-java@v3.3.0
84+
- uses: actions/setup-java@v3.10.0
8585
with:
8686
distribution: 'adopt'
8787
java-version: '15'
@@ -131,9 +131,9 @@ jobs:
131131
S3_BUCKET: ${{ secrets.S3_BUCKET }}
132132

133133
steps:
134-
- uses: actions/checkout@v3.0.2
134+
- uses: actions/checkout@v3.3.0
135135

136-
- uses: actions/setup-java@v3.3.0
136+
- uses: actions/setup-java@v3.10.0
137137
with:
138138
distribution: 'adopt'
139139
java-version: '15'

.github/workflows/pull_request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ jobs:
2020
jvm_target: ['1.8', '11', '15']
2121

2222
steps:
23-
- uses: actions/checkout@v3.0.2
23+
- uses: actions/checkout@v3.3.0
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: actions/setup-java@v3.3.0
27+
- uses: actions/setup-java@v3.10.0
2828
with:
2929
distribution: 'adopt'
3030
java-version: '15'
3131

3232
- name: Build and test with Gradle
33-
uses: gradle/gradle-build-action@v2.1.5
33+
uses: gradle/gradle-build-action@v2.4.0
3434
with:
3535
arguments: -PkotlinVersion=${{ matrix.kotlin }} -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace
3636

3737
- name: Upload reports
38-
uses: actions/upload-artifact@v3.0.0
38+
uses: actions/upload-artifact@v3.1.2
3939
with:
4040
name: 'reports-${{ matrix.os }}'
4141
path: '**/build/reports/**'
@@ -63,15 +63,15 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Build
66-
uses: gradle/gradle-build-action@v2.1.5
66+
uses: gradle/gradle-build-action@v2.4.0
6767
with:
6868
arguments: apiDump
6969

7070
- name: Stop Gradle daemons
7171
run: ./gradlew --stop
7272

7373
- name: "Commit new API files"
74-
uses: stefanzweifel/git-auto-commit-action@v4.14.1
74+
uses: stefanzweifel/git-auto-commit-action@v4.16.0
7575
with:
7676
commit_message: Update API files
7777
file_pattern: /**/api/*.api

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.2.0"
3+
gem "jekyll", "~> 4.3.0"
44
gem "kramdown", ">= 2.3.1"

docs/Gemfile.lock

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.2.0)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.15.0)
14-
ffi (1.15.0-x64-mingw32)
13+
ffi (1.15.4.pre1)
1514
forwardable-extended (2.6.0)
16-
http_parser.rb (0.6.0)
17-
i18n (1.8.10)
15+
http_parser.rb (0.8.0)
16+
i18n (1.12.0)
1817
concurrent-ruby (~> 1.0)
19-
jekyll (4.2.0)
18+
jekyll (4.3.2)
2019
addressable (~> 2.4)
2120
colorator (~> 1.0)
2221
em-websocket (~> 0.5)
2322
i18n (~> 1.0)
24-
jekyll-sass-converter (~> 2.0)
23+
jekyll-sass-converter (>= 2.0, < 4.0)
2524
jekyll-watch (~> 2.0)
26-
kramdown (~> 2.3)
25+
kramdown (~> 2.3, >= 2.3.1)
2726
kramdown-parser-gfm (~> 1.0)
2827
liquid (~> 4.0)
29-
mercenary (~> 0.4.0)
28+
mercenary (>= 0.3.6, < 0.5)
3029
pathutil (~> 0.9)
31-
rouge (~> 3.0)
30+
rouge (>= 3.0, < 5.0)
3231
safe_yaml (~> 1.0)
33-
terminal-table (~> 2.0)
34-
jekyll-sass-converter (2.1.0)
32+
terminal-table (>= 1.8, < 4.0)
33+
webrick (~> 1.7)
34+
jekyll-sass-converter (2.2.0)
3535
sassc (> 2.0.1, < 3.0)
3636
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
38-
kramdown (2.3.1)
38+
kramdown (2.4.0)
3939
rexml
4040
kramdown-parser-gfm (1.1.0)
4141
kramdown (~> 2.0)
42-
liquid (4.0.3)
43-
listen (3.5.1)
42+
liquid (4.0.4)
43+
listen (3.8.0)
4444
rb-fsevent (~> 0.10, >= 0.10.3)
4545
rb-inotify (~> 0.9, >= 0.9.10)
4646
mercenary (0.4.0)
4747
pathutil (0.16.2)
4848
forwardable-extended (~> 2.6)
49-
public_suffix (4.0.6)
50-
rb-fsevent (0.10.4)
49+
public_suffix (4.0.7)
50+
rb-fsevent (0.11.2)
5151
rb-inotify (0.10.1)
5252
ffi (~> 1.0)
5353
rexml (3.2.5)
54-
rouge (3.26.0)
54+
rouge (3.30.0)
5555
safe_yaml (1.0.5)
5656
sassc (2.4.0)
5757
ffi (~> 1.9)
5858
sassc (2.4.0-x64-mingw32)
5959
ffi (~> 1.9)
6060
terminal-table (2.0.0)
6161
unicode-display_width (~> 1.1, >= 1.1.1)
62-
unicode-display_width (1.7.0)
62+
unicode-display_width (1.8.0)
63+
webrick (1.8.1)
6364

6465
PLATFORMS
6566
ruby
6667
x64-mingw32
6768

6869
DEPENDENCIES
69-
jekyll (~> 4.2.0)
70+
jekyll (~> 4.3.0)
7071
kramdown (>= 2.3.1)
7172

7273
BUNDLED WITH

docs/docs/_includes/_js-bottom-docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Jquery -->
2-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
2+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
33
<!-- Github functions -->
44
<script async defer src="https://buttons.github.io/buttons.js"></script>
55

gradle/projects.libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
arrow = "1.1.2"
3-
arrowMeta = "1.6.1-alpha.5"
4-
arrowGradleConfig = "0.10.1"
5-
classgraph = "4.8.146"
2+
arrow = "1.1.5"
3+
arrowMeta = "1.6.1-SNAPSHOT"
4+
arrowGradleConfig = "0.11.0"
5+
classgraph = "4.8.154"
66
dokka = "1.6.21"
7-
junit = "5.8.2"
8-
junitLauncher = "1.8.2"
7+
junit = "5.9.2"
8+
junitLauncher = "1.9.2"
99
kotlin = "1.6.21"
1010
kotest = "3.4.2"
11-
javaSmt = "3.12.0"
12-
javaCompileTesting = "0.19"
13-
apacheCommonsText = "1.9"
14-
sarif4k = "0.0.1"
15-
kotlinBinaryCompatibilityValidator = "0.9.0"
16-
detekt = "1.20.0"
11+
javaSmt = "3.14.3"
12+
javaCompileTesting = "0.21.0"
13+
apacheCommonsText = "1.10.0"
14+
sarif4k = "0.3.0"
15+
kotlinBinaryCompatibilityValidator = "0.13.0"
16+
detekt = "1.22.0"
1717

1818
[libraries]
1919
arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)