Skip to content

Commit 1af2713

Browse files
committed
build(deps): bump maven plugins to latest versions
1 parent 523a942 commit 1af2713

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Mavenfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ scope :provided do
3030
end
3131

3232
plugin :clean, '3.5.0'
33-
plugin :compiler, '3.14.1', :release => '8'
34-
plugin :resources, '3.3.1'
35-
plugin :jar, '3.4.2' do
33+
plugin :compiler, '3.15.0', :release => '8'
34+
plugin :resources, '3.4.0'
35+
plugin :jar, '3.5.0' do
3636
execute_goals(:phase => 'none') # Avoid a duplicate execution with that defined by the :gemspec directive
3737
end
3838
plugin :install, '3.1.4'

0 commit comments

Comments
 (0)