Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
udap_security_test_kit (0.12.0)
udap_security_test_kit (0.12.1)
inferno_core (~> 1.2, >= 1.2.2)
jwt (~> 2.3)

Expand Down Expand Up @@ -537,7 +537,7 @@ CHECKSUMS
tty-markdown (0.7.2) sha256=1ed81db97028d006ba81e2cfd9fe0a04b0eb28650ad0d4086ed6e5627f4ac511
tty-screen (0.8.2) sha256=c090652115beae764336c28802d633f204fb84da93c6a968aa5d8e319e819b50
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
udap_security_test_kit (0.12.0)
udap_security_test_kit (0.12.1)
unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a
unicode_utils (1.4.0) sha256=b922d0cf2313b6b7136ada6645ce7154ffc86418ca07d53b058efe9eb72f2a40
version_gem (1.1.9) sha256=0c1a0962ae543c84a00889bb018d9f14d8f8af6029d26b295d98774e3d2eb9a4
Expand Down
4 changes: 2 additions & 2 deletions lib/udap_security_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module UDAPSecurityTestKit
VERSION = '0.12.0'.freeze
LAST_UPDATED = '2025-07-21'.freeze
VERSION = '0.12.1'.freeze
LAST_UPDATED = '2026-05-19'.freeze
end
Loading