Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                                                 | from          | to           |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | ------------ |
| gradle-version | gradle                                                                                                                  | 8.1.1         | 8.2.1        |
| rubygems       | jekyll                                                                                                                  | 4.2.2         | 4.3.2        |
| cdnjs          | jquery/jquery.min.js                                                                                                    | 3.6.0         | 3.7.0        |
| maven          | com.google.devtools.ksp:symbol-processing                                                                               | 1.8.21-1.0.11 | 1.9.0-1.0.11 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                           | 1.8.21-1.0.11 | 1.9.0-1.0.11 |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-core                                                                        | 1.5.0         | 1.5.1        |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.22.0        | 1.23.0       |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.0        | 0.13.2       |
| maven          | io.github.detekt.sarif4k:sarif4k                                                                                        | 0.3.0         | 0.4.0        |
| maven          | org.junit.platform:junit-platform-launcher                                                                              | 1.9.2         | 1.9.3        |
| maven          | org.junit.jupiter:junit-jupiter-engine                                                                                  | 5.9.2         | 5.9.3        |
| maven          | org.junit.jupiter:junit-jupiter                                                                                         | 5.9.2         | 5.9.3        |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.157       | 4.8.161      |
| maven          | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.12.0-rc.3   | 0.12.0-rc.4  |
| maven          | io.arrow-kt.arrow-gradle-config-publish:io.arrow-kt.arrow-gradle-config-publish.gradle.plugin                           | 0.12.0-rc.3   | 0.12.0-rc.4  |
| maven          | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin                               | 0.12.0-rc.3   | 0.12.0-rc.4  |
| maven          | io.arrow-kt.arrow-gradle-config-kotlin:io.arrow-kt.arrow-gradle-config-kotlin.gradle.plugin                             | 0.12.0-rc.3   | 0.12.0-rc.4  |
| maven          | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.12.0-rc.3   | 0.12.0-rc.4  |
| maven          | io.arrow-kt:arrow-optics                                                                                                | 1.2.0-RC      | 1.2.0        |
| maven          | io.arrow-kt:arrow-core                                                                                                  | 1.2.0-RC      | 1.2.0        |
| maven          | io.arrow-kt:arrow-annotations                                                                                           | 1.2.0-RC      | 1.2.0        |
  • Loading branch information
renovate[bot] committed Jul 12, 2023
1 parent fa9fcb8 commit 14a5721
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 24 deletions.
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"
25 changes: 14 additions & 11 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
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)
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)
Expand All @@ -44,7 +45,7 @@ GEM
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -56,12 +57,14 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.8.1)

PLATFORMS
x86_64-darwin-21
x86_64-linux

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.7.0/jquery.min.js"></script>
<!-- Github functions -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

Expand Down
20 changes: 10 additions & 10 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
arrow = "1.2.0-RC"
arrow = "1.2.0"
arrowMeta = "1.6.2"
arrowGradleConfig = "0.12.0-rc.3"
classgraph = "4.8.157"
arrowGradleConfig = "0.12.0-rc.4"
classgraph = "4.8.161"
dokka = "1.8.10"
junit = "5.9.2"
junitLauncher = "1.9.2"
junit = "5.9.3"
junitLauncher = "1.9.3"
kotlin = "1.8.21"
kotest = "5.6.1"
javaSmt = "3.14.3"
javaCompileTesting = "0.21.0"
apacheCommonsText = "1.10.0"
sarif4k = "0.3.0"
kotlinBinaryCompatibilityValidator = "0.13.0"
detekt = "1.22.0"
kotlinxSerialization = "1.5.0"
ksp = "1.8.21-1.0.11"
sarif4k = "0.4.0"
kotlinBinaryCompatibilityValidator = "0.13.2"
detekt = "1.23.0"
kotlinxSerialization = "1.5.1"
ksp = "1.9.0-1.0.11"

[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-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 14a5721

Please sign in to comment.