Skip to content

Commit 107666a

Browse files
authored
Merge branch 'main' into issue-768
2 parents 77ba5a0 + 8db4d74 commit 107666a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'archunit.base-conventions'
33
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
4-
id 'com.github.spotbugs' version '6.0.16' apply false
4+
id 'com.github.spotbugs' version '6.0.19' apply false
55
id "io.github.gradle-nexus.publish-plugin" version "2.0.0" apply false
66
id "com.diffplug.spotless" version "6.25.0" apply false
77
id 'com.github.ben-manes.versions' version '0.51.0' apply false

docs/Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ GEM
222222
mutex_m (0.2.0)
223223
net-http (0.4.1)
224224
uri
225-
nokogiri (1.16.3-x86_64-linux)
225+
nokogiri (1.16.5-x86_64-linux)
226226
racc (~> 1.4)
227227
octokit (4.25.1)
228228
faraday (>= 1, < 3)
@@ -234,7 +234,8 @@ GEM
234234
rb-fsevent (0.11.2)
235235
rb-inotify (0.10.1)
236236
ffi (~> 1.0)
237-
rexml (3.2.6)
237+
rexml (3.2.8)
238+
strscan (>= 3.0.9)
238239
rouge (3.30.0)
239240
rubyzip (2.3.2)
240241
safe_yaml (1.0.5)
@@ -248,6 +249,7 @@ GEM
248249
faraday (>= 0.17.3, < 3)
249250
simpleidn (0.2.1)
250251
unf (~> 0.1.4)
252+
strscan (3.1.0)
251253
terminal-table (1.8.0)
252254
unicode-display_width (~> 1.1, >= 1.1.1)
253255
typhoeus (1.4.1)
@@ -262,7 +264,7 @@ GEM
262264
webrick (1.8.1)
263265

264266
PLATFORMS
265-
ruby
267+
x86_64-linux
266268

267269
DEPENDENCIES
268270
github-pages (~> 231)

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.enterprise" version "3.17.5"
2+
id "com.gradle.enterprise" version "3.17.6"
33
}
44

55
rootProject.name = 'archunit-root'

0 commit comments

Comments
 (0)