From 954c482e849f30145045f588bb2adf02e5f2ca33 Mon Sep 17 00:00:00 2001 From: s1n7ax <18459807+s1n7ax@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:07:28 +0000 Subject: [PATCH] chore(doc): automatic vimdoc update --- doc/nvim-java.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/nvim-java.txt b/doc/nvim-java.txt index c8dc219..6d24539 100644 --- a/doc/nvim-java.txt +++ b/doc/nvim-java.txt @@ -378,7 +378,7 @@ want, following options are available }, jdtls = { - version = 'v1.37.0', + version = 'v1.43.0', }, lombok = { @@ -388,7 +388,7 @@ want, following options are available -- load java test plugins java_test = { enable = true, - version = '0.40.1', + version = '0.43.0', }, -- load java debugger plugins @@ -399,11 +399,13 @@ want, following options are available spring_boot_tools = { enable = true, + version = '1.59.0', }, jdk = { -- install jdk using mason.nvim auto_install = true, + version = '17.0.2', }, notifications = {