Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| 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          |
  • Loading branch information
renovate[bot] committed Feb 23, 2023
1 parent 154a402 commit c4b05bf
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-alpha-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'
Expand All @@ -44,7 +44,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'
Expand All @@ -64,7 +64,7 @@ jobs:
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

- name: Set up Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
analysis-version: ${{ steps.get-analysis-version.outputs.analysis-version }}

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

- uses: actions/setup-java@v3.3.0
- uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'

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

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

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0

- uses: actions/setup-java@v3.3.0
- uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down Expand Up @@ -131,9 +131,9 @@ jobs:
S3_BUCKET: ${{ secrets.S3_BUCKET }}

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0

- uses: actions/setup-java@v3.3.0
- uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ jobs:
jvm_target: ['1.8', '11', '15']

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0

- uses: actions/setup-java@v3.3.0
- uses: actions/setup-java@v3.10.0
with:
distribution: 'adopt'
java-version: '15'

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

- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.2
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down Expand Up @@ -63,15 +63,15 @@ jobs:
fetch-depth: 0

- name: Build
uses: gradle/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.4.0
with:
arguments: apiDump

- name: Stop Gradle daemons
run: ./gradlew --stop

- name: "Commit new API files"
uses: stefanzweifel/git-auto-commit-action@v4.14.1
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: Update API files
file_pattern: /**/api/*.api
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.2.0"
gem "jekyll", "~> 4.3.0"
gem "kramdown", ">= 2.3.1"
49 changes: 25 additions & 24 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,72 +1,73 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
concurrent-ruby (1.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.0)
ffi (1.15.0-x64-mingw32)
ffi (1.15.4.pre1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
public_suffix (4.0.7)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
webrick (1.8.1)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
jekyll (~> 4.2.0)
jekyll (~> 4.3.0)
kramdown (>= 2.3.1)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/_includes/_js-bottom-docs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<!-- Github functions -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

Expand Down
24 changes: 12 additions & 12 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
arrow = "1.1.2"
arrowMeta = "1.6.1-alpha.5"
arrowGradleConfig = "0.10.1"
classgraph = "4.8.146"
arrow = "1.1.5"
arrowMeta = "1.6.1-SNAPSHOT"
arrowGradleConfig = "0.11.0"
classgraph = "4.8.154"
dokka = "1.6.21"
junit = "5.8.2"
junitLauncher = "1.8.2"
junit = "5.9.2"
junitLauncher = "1.9.2"
kotlin = "1.6.21"
kotest = "3.4.2"
javaSmt = "3.12.0"
javaCompileTesting = "0.19"
apacheCommonsText = "1.9"
sarif4k = "0.0.1"
kotlinBinaryCompatibilityValidator = "0.9.0"
detekt = "1.20.0"
javaSmt = "3.14.3"
javaCompileTesting = "0.21.0"
apacheCommonsText = "1.10.0"
sarif4k = "0.3.0"
kotlinBinaryCompatibilityValidator = "0.13.0"
detekt = "1.22.0"

[libraries]
arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c4b05bf

Please sign in to comment.