This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 0335450be47e7998cfc3b8ed3a0ff7fc2c360493
Author: Jens Geyer <je...@apache.org>
AuthorDate: Wed Jun 21 23:01:30 2023 +0200

    misc dependabot alerts: java, dart, ruby
---
 contrib/thrift-maven-plugin/pom.xml | 2 +-
 lib/rb/thrift.gemspec               | 2 +-
 test/dart/test_client/pubspec.yaml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/thrift-maven-plugin/pom.xml 
b/contrib/thrift-maven-plugin/pom.xml
index 7f255389c..863a6a9bb 100644
--- a/contrib/thrift-maven-plugin/pom.xml
+++ b/contrib/thrift-maven-plugin/pom.xml
@@ -94,7 +94,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>32.0.0-jre</version>
+        <version>32.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec
index f6ac77cac..5de4408f5 100644
--- a/lib/rb/thrift.gemspec
+++ b/lib/rb/thrift.gemspec
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
   s.add_development_dependency 'pry',                '~> 0.11.3'
   s.add_development_dependency 'pry-byebug',         '~> 3.6'
   s.add_development_dependency 'pry-stack_explorer', '~> 0.4.9.2'
-  s.add_development_dependency 'rack',               '=  2.0.8'
+  s.add_development_dependency 'rack',               '=  2.2.6.4'
   s.add_development_dependency 'rack-test',          '~> 0.8.3'
   s.add_development_dependency 'rake',               '~> 12.3'
   s.add_development_dependency 'rspec',              '~> 3.7'
diff --git a/test/dart/test_client/pubspec.yaml 
b/test/dart/test_client/pubspec.yaml
index c34d69359..45a7a4e38 100644
--- a/test/dart/test_client/pubspec.yaml
+++ b/test/dart/test_client/pubspec.yaml
@@ -26,7 +26,7 @@ environment:
 
 dependencies:
   args: ">=0.13.0 <2.0.0"
-  http: ^0.11.0
+  http: ^0.13.3
   thrift:
     path: ../../../lib/dart
   thrift_test:

Reply via email to